Home
last modified time | relevance | path

Searched defs:glyph (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c89 GlyphPtr glyph; in GlyphUninit() local
125 GlyphPtr glyph; in FindGlyphRef() local
205 DuplicateRef(GlyphPtr glyph, char *where) in DuplicateRef()
231 FreeGlyphPicture(GlyphPtr glyph) in FreeGlyphPicture()
249 FreeGlyph(GlyphPtr glyph, int format) in FreeGlyph()
282 AddGlyph(GlyphSetPtr glyphSet, GlyphPtr glyph, Glyph id) in AddGlyph()
319 GlyphPtr glyph; in DeleteGlyph() local
335 GlyphPtr glyph; in FindGlyph() local
348 GlyphPtr glyph; in AllocateGlyph() local
404 GlyphPtr glyph; in ResizeGlyphHash() local
[all …]
H A Dglyphstr.h51 #define GlyphPicture(glyph) ((PicturePtr *) ((glyph) + 1)) argument
55 GlyphPtr glyph; member
H A Drender.c986 GlyphPtr glyph; member
1081 GlyphPtr glyph; in ProcRenderAddGlyphs() local
1203 CARD32 glyph; in ProcRenderFreeGlyphs() local
1235 Glyph glyph; in ProcRenderCompositeGlyphs() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Ddebug_font_data.hpp101 struct glyph { struct
110 const glyph simplex[] = { argument
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbglyph.c69 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int); in fbPolyGlyphBlt() local
137 void (*glyph) (FbBits *, FbStride, int, FbStip *, FbBits, int, int); in fbImageGlyphBlt() local
H A Dfbpict.c109 GlyphPtr glyph; in fbGlyphs() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph.cpp6 GlyphRange getGlyphRange(GlyphID glyph) { in getGlyphRange()
H A Dshaping.cpp86 for (auto& glyph : shaping.positionedGlyphs) { in align() local
102 PositionedGlyph& glyph = positionedGlyphs[end]; in justifyLine() local
288 const Glyph& glyph = **it->second; in shapeLines() local
H A Dglyph_atlas.cpp22 const Glyph& glyph = **entry.second; in makeGlyphAtlas() local
H A Dglyph_pbf.cpp18 Glyph glyph; in parseGlyphPBF() local
H A Dglyph_manager.cpp100 for (auto& glyph : glyphs) { in processResponse() local
H A Dglyph.hpp65 GlyphID glyph = 0; member in mbgl::PositionedGlyph
H A Dquads.cpp112 const GlyphPosition& glyph = positionsIt->second; in getGlyphQuads() local
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dconsolemap.c201 int j, glyph; in set_inverse_transl() local
226 int i, j, k, glyph; in set_inverse_trans_unicode() local
271 u16 inverse_translate(const struct vc_data *conp, int glyph, int use_unicode) in inverse_translate()
H A Dvt.c533 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_check() local
577 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_copy_line() local
604 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_debug_check() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dconsolemap.h28 #define inverse_translate(conp, glyph, uni) ((uint16_t)glyph) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Ddebug_bucket.cpp36 const glyph& glyph = simplex[c - 32]; in DebugBucket() local
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_font.c46 CharInfoPtr glyph; in glamor_font_get() local
H A Dglamor_glyphblt.c99 uint8_t *glyph = glyphbits; in glamor_poly_glyph_blt_gl() local
H A Dglamor_composite_glyphs.c382 GlyphPtr glyph = *glyphs++; in glamor_composite_glyphs() local
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c636 GlyphPtr glyph; in GlyphExtents() local
693 GlyphPtr glyph; in exaGlyphs() local
/OK3568_Linux_fs/kernel/drivers/accessibility/braille/
H A Dbraille_console.c132 u16 glyph = screen_glyph(vc, in vc_refresh() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp260 optional<Immutable<Glyph>>& glyph = newGlyph.second; in onGlyphsAvailable() local
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1562 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… in stbtt_GetGlyphBitmapBoxSubpixel()
1580 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … in stbtt_GetGlyphBitmapBox()
2420 …info *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int… in stbtt_GetGlyphBitmapSubpixel()
2460 …etGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int… in stbtt_GetGlyphBitmap()
2465 …, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph) in stbtt_MakeGlyphBitmapSubpixel()
2484 …signed char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph) in stbtt_MakeGlyphBitmap()
2860 int glyph = stbtt_FindGlyphIndex(info, codepoint); in stbtt_PackFontRangesGatherRects() local
2901 int glyph = stbtt_FindGlyphIndex(info, codepoint); in stbtt_PackFontRangesRenderIntoRects() local
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessScreen.c287 GlyphPtr glyph; in RootlessGlyphs() local

12