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

  /external/skia/src/core/
SkMatrix.cpp 878 bool applyingInPlace = (inv == this);
883 if (applyingInPlace || nullptr == tmp) {
894 if (applyingInPlace) {
    [all...]
  /external/skqp/src/core/
SkMatrix.cpp 877 bool applyingInPlace = (inv == this);
882 if (applyingInPlace || nullptr == tmp) {
893 if (applyingInPlace) {
    [all...]

Completed in 95 milliseconds