Searched defs:xScale (Results 1 – 11 of 11) sorted by relevance
54 private float xScale; field in DepthOfFieldFilter
273 SkScalar xScale = matrix.getScaleX(); in transform() local
177 float xScale = 1.0f / w; in initFilter() local
28 PortableFontInstance::PortableFontInstance(hb_face_t *face, float xScale, float yScale, LEErrorCode… in PortableFontInstance()
24 static void scale_rect(SkRect* rect, float xScale, float yScale) { in scale_rect()
513 SkScalar xScale = SkIntToScalar(3); in test_transform_helper() local
71 double AffineTransform::xScale() const in xScale() function in WebCore::AffineTransform
128 SkScalar xScale = SkIntToScalar(size.fWidth-2) / input.width(); in render_bitmap() local