HomeSort by relevance Sort by last modified time
    Searched refs:kPerspective_Mask (Results 1 - 25 of 29) 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);
631 kPerspective_Mask,
636 kPerspective_Mask |
  /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);
631 kPerspective_Mask,
636 kPerspective_Mask |
  /external/chromium_org/ui/gfx/
transform.h 152 return (matrix_.getType() & SkMatrix44::kPerspective_Mask) != 0;
  /external/skia/tests/
DrawBitmapRectTest.cpp 87 if (mask & SkMatrix::kPerspective_Mask) {
120 rand_matrix(&mat, rand, SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask);
  /external/chromium_org/third_party/skia/src/utils/
SkMatrix44.cpp 56 return kTranslate_Mask | kScale_Mask | kAffine_Mask | kPerspective_Mask;
243 if (this->getType() & kPerspective_Mask) {
519 if (!(this->getType() & kPerspective_Mask)) {
846 Map2Procf proc = (mask & kPerspective_Mask) ? map2_pf : gProc[mask];
856 Map2Procd proc = (mask & kPerspective_Mask) ? map2_pd : gProc[mask];
SkLua.cpp 763 setfield_boolean(L, "perspective", SkToBool(mask & SkMatrix::kPerspective_Mask));
  /external/skia/src/utils/
SkMatrix44.cpp 56 return kTranslate_Mask | kScale_Mask | kAffine_Mask | kPerspective_Mask;
243 if (this->getType() & kPerspective_Mask) {
519 if (!(this->getType() & kPerspective_Mask)) {
846 Map2Procf proc = (mask & kPerspective_Mask) ? map2_pf : gProc[mask];
856 Map2Procd proc = (mask & kPerspective_Mask) ? map2_pd : gProc[mask];
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 135 if (!(matrix.getType() & (SkMatrix::kAffine_Mask | SkMatrix::kPerspective_Mask)))
340 if (!(totalMatrix.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 191 if (mask & kPerspective_Mask) {
225 if (mask & kPerspective_Mask) {
724 if ((aType | bType) & kPerspective_Mask) {
795 //SkASSERT(!(tmp.getType() & kPerspective_Mask));
970 int isPersp = mask & kPerspective_Mask;
    [all...]
SkBitmapProcState_matrixProcs.cpp 436 if (fInvType & SkMatrix::kPerspective_Mask) {
SkRRect.cpp 239 | 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 191 if (mask & kPerspective_Mask) {
225 if (mask & kPerspective_Mask) {
724 if ((aType | bType) & kPerspective_Mask) {
795 //SkASSERT(!(tmp.getType() & kPerspective_Mask));
970 int isPersp = mask & kPerspective_Mask;
    [all...]
SkBitmapProcState_matrixProcs.cpp 436 if (fInvType & SkMatrix::kPerspective_Mask) {
SkRRect.cpp 239 | SkMatrix::kPerspective_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 162 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
168 * false positives. For example, when kPerspective_Mask is true, all
  /external/skia/include/utils/
SkMatrix44.h 162 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
168 * false positives. For example, when kPerspective_Mask is true, all
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.cpp 180 if (SkMatrix::kPerspective_Mask & combinedTypes) {
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 180 if (SkMatrix::kPerspective_Mask & combinedTypes) {

Completed in 1290 milliseconds

1 2