Home
last modified time | relevance | path

Searched refs:kHasWidth_CropEdge (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/core/
DSkImageFilter.cpp47 if (fFlags & CropRect::kHasWidth_CropEdge) { in toString()
86 if (fFlags & kHasWidth_CropEdge) { in applyTo()
/external/skia/include/core/
DSkImageFilter.h81 kHasWidth_CropEdge = 0x04, enumerator
/external/skia/tests/
DImageFilterTest.cpp1590 SkImageFilter::CropRect::kHasWidth_CropEdge | SkImageFilter::CropRect::kHasHeight_CropEdge); in test_partial_crop_rect()