HomeSort by relevance Sort by last modified time
    Searched refs:kPerspective_Mask (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/skia/include/core/
SkMatrix.h 44 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
49 false positives. For example, when kPerspective_Mask is true, all
85 kPerspective_Mask);
591 kPerspective_Mask,
596 kPerspective_Mask |
  /external/chromium_org/ui/gfx/
transform.h 132 return (matrix_.getType() & SkMatrix44::kPerspective_Mask) != 0;
  /external/skia/include/core/
SkMatrix.h 44 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
49 false positives. For example, when kPerspective_Mask is true, all
85 kPerspective_Mask);
591 kPerspective_Mask,
596 kPerspective_Mask |
  /external/skia/tests/
DrawBitmapRectTest.cpp 26 if (mask & SkMatrix::kPerspective_Mask) {
59 rand_matrix(&mat, rand, SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask);
Matrix44Test.cpp 233 REPORTER_ASSERT(reporter, matrix.getType() & SkMatrix44::kPerspective_Mask);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.cpp 135 if (!(matrix.getType() & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)))
341 if (!(context->getTotalMatrix().getType() & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)))
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState_matrix.h 140 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
249 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
SkMatrix.cpp 188 if (mask & kPerspective_Mask) {
222 if (mask & kPerspective_Mask) {
721 if ((aType | bType) & kPerspective_Mask) {
792 //SkASSERT(!(tmp.getType() & kPerspective_Mask));
967 int isPersp = mask & kPerspective_Mask;
    [all...]
SkBitmapProcState_matrixProcs.cpp 471 if (fInvType & SkMatrix::kPerspective_Mask) {
  /external/skia/src/core/
SkBitmapProcState_matrix.h 140 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
249 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
SkMatrix.cpp 188 if (mask & kPerspective_Mask) {
222 if (mask & kPerspective_Mask) {
721 if ((aType | bType) & kPerspective_Mask) {
792 //SkASSERT(!(tmp.getType() & kPerspective_Mask));
967 int isPersp = mask & kPerspective_Mask;
    [all...]
SkBitmapProcState_matrixProcs.cpp 471 if (fInvType & SkMatrix::kPerspective_Mask) {
SkRRect.cpp 260 | SkMatrix::kPerspective_Mask);
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 34 if (SkMatrix::kPerspective_Mask & combinedTypes) {
  /external/chromium_org/third_party/skia/src/utils/
SkMatrix44.cpp 56 return kTranslate_Mask | kScale_Mask | kAffine_Mask | kPerspective_Mask;
235 if (this->getType() & kPerspective_Mask) {
775 Map2Procf proc = (mask & kPerspective_Mask) ? map2_pf : gProc[mask];
785 Map2Procd proc = (mask & kPerspective_Mask) ? map2_pd : gProc[mask];
SkLua.cpp 763 setfield_boolean(L, "perspective", SkToBool(mask & SkMatrix::kPerspective_Mask));
  /external/skia/src/gpu/gl/
GrGLEffectMatrix.cpp 34 if (SkMatrix::kPerspective_Mask & combinedTypes) {
  /external/skia/src/utils/
SkMatrix44.cpp 56 return kTranslate_Mask | kScale_Mask | kAffine_Mask | kPerspective_Mask;
235 if (this->getType() & kPerspective_Mask) {
775 Map2Procf proc = (mask & kPerspective_Mask) ? map2_pf : gProc[mask];
785 Map2Procd proc = (mask & kPerspective_Mask) ? map2_pd : gProc[mask];
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 799 private final static int kPerspective_Mask = 0x08; //!< set if the matrix is in perspective
808 kPerspective_Mask |
826 mask |= kPerspective_Mask;
846 if ((mask & kPerspective_Mask) == 0) {
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 281 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
484 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
SkBitmapProcState_matrix_clamp_neon.h 278 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
752 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
  /external/skia/src/opts/
SkBitmapProcState_matrix_repeat_neon.h 281 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
484 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
SkBitmapProcState_matrix_clamp_neon.h 278 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
752 SkASSERT(s.fInvType & SkMatrix::kPerspective_Mask);
  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 154 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
160 * false positives. For example, when kPerspective_Mask is true, all
  /external/skia/include/utils/
SkMatrix44.h 154 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
160 * false positives. For example, when kPerspective_Mask is true, all

Completed in 553 milliseconds

1 2