Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrSmallPathRenderer.cpp633 SkScalar texTop = bounds.fTop; in writePathVertices() local
641 texTop *= scale; in writePathVertices()
645 texTop += translate.fY; in writePathVertices()
657 uint16_t t = (uint16_t)(texTop*vFactor); in writePathVertices()
/external/skia/src/gpu/vk/
DGrVkGpu.cpp477 int texTop = kBottomLeft_GrSurfaceOrigin == desc.fOrigin ? tex->height() - top - height : top; in uploadTexDataLinear() local
479 VkDeviceSize offset = alloc.fOffset + texTop*layout.rowPitch + left*bpp; in uploadTexDataLinear()