Searched refs:SkMatrixPriv (Results 1 – 5 of 5) sorted by relevance
39 SkMatrixPriv::SetMappedRectFan(matrix, rect, fPoints); in setFromMappedRect()
426 if (!SkMatrixPriv::InverseMapRect(viewMatrix, &r, r)) { in drawPaint()467 if (!SkMatrixPriv::InverseMapRect(viewMatrix, &clipBounds, SkRect::Make(clipDevBounds))) { in crop_filled_rect()
14 class SkMatrixPriv {
48 SkMatrixPriv::MapPointsWithStride(*viewMatrix, positions, vertexStride, kVertsPerInstance); in tesselate()
855 friend class SkMatrixPriv; variable