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

  /external/skia/include/core/
SkMatrix.h 37 kIdentity_Mask = 0,
  /external/skia/src/pdf/
SkPDFDevice.cpp 360 if (currentEntry()->fMatrix.getType() != SkMatrix::kIdentity_Mask) {
366 SkASSERT(currentEntry()->fMatrix.getType() == SkMatrix::kIdentity_Mask);
368 if (matrix.getType() == SkMatrix::kIdentity_Mask) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 795 private final static int kIdentity_Mask = 0;
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 838 static const int gMatrixMask = ~(SkMatrix::kIdentity_Mask |
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 46 this->setTypeMask(kIdentity_Mask | kRectStaysRect_Mask);
    [all...]

Completed in 344 milliseconds