Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp471 SkIPoint16 atlasLocation; in addDFPathToAtlas() local
473 if (!atlas->addToAtlas(&id, target, width, height, dfStorage.get(), &atlasLocation)) { in addDFPathToAtlas()
475 if (!atlas->addToAtlas(&id, target, width, height, dfStorage.get(), &atlasLocation)) { in addDFPathToAtlas()
491 shapeData->fTranslate.fX = atlasLocation.fX - dx; in addDFPathToAtlas()
492 shapeData->fTranslate.fY = atlasLocation.fY - dy; in addDFPathToAtlas()
562 SkIPoint16 atlasLocation; in addBMPathToAtlas() local
565 &atlasLocation)) { in addBMPathToAtlas()
568 &atlasLocation)) { in addBMPathToAtlas()
583 shapeData->fTranslate.fX = atlasLocation.fX + translateX; in addBMPathToAtlas()
584 shapeData->fTranslate.fY = atlasLocation.fY + translateY; in addBMPathToAtlas()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp234 SkIPoint16 atlasLocation; in preFlush() local
235 if (atlas && !atlas->addRect(w, h, &atlasLocation)) { in preFlush()
249 SkAssertResult(atlas->addRect(w, h, &atlasLocation)); in preFlush()
253 const int16_t offsetX = atlasLocation.x() - static_cast<int16_t>(clippedDevIBounds.x()), in preFlush()
254 offsetY = atlasLocation.y() - static_cast<int16_t>(clippedDevIBounds.y()); in preFlush()