Searched refs:fGlobalM (Results 1 – 2 of 2) sorted by relevance
116 fGlobalM.reset(); in reset()123 fGlobalM.postConcat(fLocalM); in flushLocalM()193 const float curr = SkScalarToFloat(fGlobalM[0]); in limitTotalZoom()322 fGlobalM.reset(); in handleDblTap()346 fGlobalM.mapRect(&scaledContent); in limitTrans()349 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop)); in limitTrans()350 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom)); in limitTrans()351 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO); in limitTrans()352 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO); in limitTrans()
44 const SkMatrix& globalM() const { return fGlobalM; } in globalM()65 SkMatrix fLocalM, fGlobalM; variable