Home
last modified time | relevance | path

Searched refs:matrix_to_transform (Results 1 – 1 of 1) sorted by relevance

/external/skia/samplecode/
DSampleBigGradient.cpp107 static CGAffineTransform matrix_to_transform(CGContextRef cg, const SkMatrix& ctm) { in matrix_to_transform() function
146 CGContextConcatCTM(cg, matrix_to_transform(cg, ctm)); in updateHandle()