HomeSort by relevance Sort by last modified time
    Searched refs:fGlobalM (Results 1 - 2 of 2) sorted by null

  /external/skia/include/views/
SkTouchGesture.h 44 const SkMatrix& globalM() const { return fGlobalM; }
65 SkMatrix fLocalM, fGlobalM;
  /external/skia/src/views/
SkTouchGesture.cpp 116 fGlobalM.reset();
123 fGlobalM.postConcat(fLocalM);
193 const float curr = SkScalarToFloat(fGlobalM[0]);
322 fGlobalM.reset();
346 fGlobalM.mapRect(&scaledContent);
349 fGlobalM.postTranslate(ZERO, std::min(ZERO, fWindowRect.fBottom - scaledContent.fTop));
350 fGlobalM.postTranslate(ZERO, std::max(ZERO, fWindowRect.fTop - scaledContent.fBottom));
351 fGlobalM.postTranslate(std::min(ZERO, fWindowRect.fRight - scaledContent.fLeft), ZERO);
352 fGlobalM.postTranslate(std::max(ZERO, fWindowRect.fLeft - scaledContent.fRight), ZERO);

Completed in 6712 milliseconds