Searched refs:positionMatrixWithRounding (Results 1 – 2 of 2) sorted by relevance
117 SkMatrix positionMatrixWithRounding = creationMatrix; in prepare_for_direct_mask_drawing() local118 positionMatrixWithRounding.postTranslate(halfSampleFreq.x(), halfSampleFreq.y()); in prepare_for_direct_mask_drawing()128 const SkPoint mappedPos = positionMatrixWithRounding.mapPoint(pos); in prepare_for_direct_mask_drawing()
2368 SkMatrix positionMatrixWithRounding = positionMatrix; in prepare_for_direct_mask_drawing() local2369 positionMatrixWithRounding.postTranslate(halfSampleFreq.x(), halfSampleFreq.y()); in prepare_for_direct_mask_drawing()2378 const SkPoint mappedPos = positionMatrixWithRounding.mapPoint(pos); in prepare_for_direct_mask_drawing()