Searched refs:texTop (Results 1 – 2 of 2) sorted by relevance
633 SkScalar texTop = bounds.fTop; in writePathVertices() local641 texTop *= scale; in writePathVertices()645 texTop += translate.fY; in writePathVertices()657 uint16_t t = (uint16_t)(texTop*vFactor); in writePathVertices()
477 int texTop = kBottomLeft_GrSurfaceOrigin == desc.fOrigin ? tex->height() - top - height : top; in uploadTexDataLinear() local479 VkDeviceSize offset = alloc.fOffset + texTop*layout.rowPitch + left*bpp; in uploadTexDataLinear()