Searched refs:glyphPos (Results 1 - 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DC_O_L_R_.py27 glyphPos = offsetBaseGlyphRecord
29 gid, firstLayerIndex, numLayers = struct.unpack(">HHH", data[glyphPos:glyphPos+6])
30 glyphPos += 6
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DC_O_L_R_.py27 glyphPos = offsetBaseGlyphRecord
29 gid, firstLayerIndex, numLayers = struct.unpack(">HHH", data[glyphPos:glyphPos+6])
30 glyphPos += 6
/external/skia/src/core/
H A DSkTextBlob.cpp390 const SkScalar* glyphPos = run.posBuffer(); local
391 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run));
393 SkScalar minX = *glyphPos;
394 SkScalar maxX = *glyphPos;
396 SkScalar x = glyphPos[i];

Completed in 67 milliseconds