Lines Matching refs:transY
23 bool useDistanceFields, SkScalar transX, SkScalar transY, in regen_vertices() argument
68 point->fY += transY; in regen_vertices()
87 point->fY += transY; in regen_vertices()
106 point->fY += transY; in regen_vertices()
125 point->fY += transY; in regen_vertices()
150 SkScalar transY) const { in regenInBatch()
219 transY, log2Width, log2Height, color); in regenInBatch()
252 *glyphCount, vertexStride, color, transX, transY
269 SkScalar transX, transY; in regenInBatch() local
270 info.computeTranslation(viewMatrix, x, y, &transX, &transY); in regenInBatch()
285 bool regeneratePositions = transX != 0.f || transY != 0.f; in regenInBatch()