Searched refs:glyphPos (Results 1 – 7 of 7) sorted by relevance
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | C_O_L_R_.py | 26 glyphPos = offsetBaseGlyphRecord 28 gid, firstLayerIndex, numLayers = struct.unpack(">HHH", data[glyphPos:glyphPos+6]) 29 glyphPos += 6
|
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 345 SkPoint glyphPos = origin + *positionCursor++; in drawGlyphRunAsPathWithARGBFallback() local 348 perEmpty(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback() 351 perPath(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback() 353 perEmpty(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback() 359 fARGBPositions.push_back(glyphPos); in drawGlyphRunAsPathWithARGBFallback() 444 SkPoint glyphPos = origin + *positionCursor++; in drawGlyphRunAsSDFWithARGBFallback() local 446 perEmpty(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback() 451 perSDF(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback() 453 perEmpty(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback() 457 perPath(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback() [all …]
|
D | SkTextBlob.cpp | 318 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds() local 319 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run)); in ConservativeRunBounds() 321 SkScalar minX = *glyphPos; in ConservativeRunBounds() 322 SkScalar maxX = *glyphPos; in ConservativeRunBounds() 324 SkScalar x = glyphPos[i]; in ConservativeRunBounds()
|
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 419 SkPoint glyphPos = origin + *positionCursor++; in processGlyphRunList() local 424 fGlyphPos[glyphCount++] = {&glyph, glyphPos}; in processGlyphRunList() 427 paths.push_back({&glyph, glyphPos}); in processGlyphRunList() 435 fARGBPositions.push_back(glyphPos); in processGlyphRunList() 495 SkPoint glyphPos = origin + *positionCursor++; in processGlyphRunList() local 503 fGlyphPos[glyphCount++] = {&glyph, glyphPos}; in processGlyphRunList() 509 fARGBPositions.push_back(glyphPos); in processGlyphRunList() 554 SkPoint glyphPos = *positionCursor++; in processGlyphRunList() local 572 fARGBPositions.push_back(origin + glyphPos); in processGlyphRunList()
|
D | SkStrike.cpp | 248 SkPoint glyphPos = *posCursor++; in glyphMetrics() local 249 if (SkScalarsAreFinite(glyphPos.x(), glyphPos.y())) { in glyphMetrics() 250 const SkGlyph& glyph = this->getGlyphMetrics(glyphIDs[i], glyphPos); in glyphMetrics() 252 result[drawableGlyphCount++] = {&glyph, glyphPos}; in glyphMetrics()
|
D | SkTextBlob.cpp | 318 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds() local 319 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run)); in ConservativeRunBounds() 321 SkScalar minX = *glyphPos; in ConservativeRunBounds() 322 SkScalar maxX = *glyphPos; in ConservativeRunBounds() 324 SkScalar x = glyphPos[i]; in ConservativeRunBounds()
|
D | SkRemoteGlyphCache.cpp | 607 SkPoint glyphPos = *posCursor++; in glyphMetrics() local 609 SkIPoint lookupPoint = SkStrikeCommon::SubpixelLookup(fAxisAlignmentForHText, glyphPos); in glyphMetrics() 625 result[glyphsToSendCount++] = {glyphPtr, glyphPos}; in glyphMetrics()
|