HomeSort by relevance Sort by last modified time
    Searched full:glyphpos (Results 1 - 3 of 3) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
C_O_L_R_.py 27 glyphPos = offsetBaseGlyphRecord
29 gid, firstLayerIndex, numLayers = struct.unpack(">HHH", data[glyphPos:glyphPos+6])
30 glyphPos += 6
  /external/skia/src/core/
SkTextBlob.cpp 433 const SkScalar* glyphPos = run.posBuffer();
434 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run));
436 SkScalar minX = *glyphPos;
437 SkScalar maxX = *glyphPos;
439 SkScalar x = glyphPos[i];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 842 } GLYPHPOS, *PGLYPHPOS;
1037 GLYPHPOS *pgp;
    [all...]

Completed in 162 milliseconds