Searched refs:texTransform (Results 1 – 5 of 5) sorted by relevance
43 Matrix4 texTransform; in copySurfaceInto() local45 texTransform.data); in copySurfaceInto()47 texTransform.invalidateType(); in copySurfaceInto()75 return copyImageInto(image, texTransform, srcRect, bitmap); in copySurfaceInto()109 CopyResult Readback::copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform, in copyImageInto() argument135 if (texTransform[Matrix4::kSkewX] >= 0.5f || texTransform[Matrix4::kSkewX] <= -0.5f) { in copyImageInto()150 texTransform.copyTo(layer.getTexTransform()); in copyImageInto()
76 inline SkMatrix& getTexTransform() { return texTransform; } in getTexTransform()118 SkMatrix texTransform; variable
35 texTransform.setIdentity(); in Layer()
57 CopyResult copyImageInto(const sk_sp<SkImage>& image, Matrix4& texTransform,
238 const mat4 texTransform(mat4(static_cast<const float*>(textureMatrix)) * tr); in prepareClientComposition() local239 memcpy(textureMatrix, texTransform.asArray(), sizeof(textureMatrix)); in prepareClientComposition()