Searched refs:bitmapTransform (Results 1 – 3 of 3) sorted by relevance
164 return bitmapTransform(transformations); in transform()208 …public DrawableRequestBuilder<ModelType> bitmapTransform(Transformation<Bitmap>... bitmapTransform… in bitmapTransform() method in DrawableRequestBuilder
37 void generateGlyphImage(FT_Face face, const SkGlyph& glyph, const SkMatrix& bitmapTransform);
390 const SkMatrix& bitmapTransform) in generateGlyphImage() argument532 if (bitmapTransform.isIdentity()) { in generateGlyphImage()584 canvas.concat(bitmapTransform); in generateGlyphImage()