HomeSort by relevance Sort by last modified time
    Searched refs:glyphs (Results 276 - 289 of 289) sorted by null

<<1112

  /external/mesa3d/src/mesa/main/
dlist.c 650 free(atlas->glyphs);
714 atlas->glyphs = malloc(atlas->numBitmaps * sizeof(atlas->glyphs[0]));
715 if (!atlas->glyphs) {
728 struct gl_bitmap_glyph *g = &atlas->glyphs[i];
781 /* no glyphs found, give up */
815 /* map teximage, load with bitmap glyphs */
836 unsigned xpos = atlas->glyphs[i].x;
837 unsigned ypos = atlas->glyphs[i].y;
840 assert(atlas->glyphs[i].w == bitmap_width)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 708 const struct gl_bitmap_glyph *g = &atlas->glyphs[ids[i]];
  /external/fonttools/Lib/fontTools/
merge.py 349 'glyphs': sumDicts,
356 for g in table.glyphs.values():
361 # Expand composite glyphs to load their
577 'glyphs': sumLists,
  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
core.go 47 // base character in RTL runs) and that it adjusts the glyphs used to render
  /external/skia/tests/
PathTest.cpp 5433 SkGlyphID glyphs[len]; local
    [all...]
  /external/skqp/tests/
PathTest.cpp 5406 SkGlyphID glyphs[len]; local
    [all...]
  /external/python/cpython3/Lib/idlelib/
configdialog.py     [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 102 #define SKDEBUGCANVAS_ATTRIBUTE_GLYPHS "glyphs"
    [all...]
  /external/skqp/tools/debugger/
SkDrawCommand.cpp 101 #define SKDEBUGCANVAS_ATTRIBUTE_GLYPHS "glyphs"
    [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]

Completed in 1188 milliseconds

<<1112