Searched refs:glyphPos (Results 1 – 2 of 2) sorted by relevance
27 glyphPos = offsetBaseGlyphRecord29 gid, firstLayerIndex, numLayers = struct.unpack(">HHH", data[glyphPos:glyphPos+6])30 glyphPos += 6
433 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds() local434 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run)); in ConservativeRunBounds()436 SkScalar minX = *glyphPos; in ConservativeRunBounds()437 SkScalar maxX = *glyphPos; in ConservativeRunBounds()439 SkScalar x = glyphPos[i]; in ConservativeRunBounds()