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
390 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds() local391 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run)); in ConservativeRunBounds()393 SkScalar minX = *glyphPos; in ConservativeRunBounds()394 SkScalar maxX = *glyphPos; in ConservativeRunBounds()396 SkScalar x = glyphPos[i]; in ConservativeRunBounds()