HomeSort by relevance Sort by last modified time
    Searched refs:glyphPos (Results 1 - 2 of 2) 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 472 const SkScalar* glyphPos = run.posBuffer();
473 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run));
475 SkScalar minX = *glyphPos;
476 SkScalar maxX = *glyphPos;
478 SkScalar x = glyphPos[i];

Completed in 164 milliseconds