Home
last modified time | relevance | path

Searched refs:glyphPos (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
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/
DSkTextBlob.cpp472 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds() local
473 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run)); in ConservativeRunBounds()
475 SkScalar minX = *glyphPos; in ConservativeRunBounds()
476 SkScalar maxX = *glyphPos; in ConservativeRunBounds()
478 SkScalar x = glyphPos[i]; in ConservativeRunBounds()