Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkImageFilter.h76 kHasWidth_CropEdge = 0x04, enumerator
/external/skia/src/core/
DSkImageFilter.cpp55 if (fFlags & CropRect::kHasWidth_CropEdge) { in toString()
85 if (fFlags & kHasWidth_CropEdge) { in applyTo()
/external/skia/tests/
DImageFilterTest.cpp1188 SkImageFilter::CropRect::kHasWidth_CropEdge | SkImageFilter::CropRect::kHasHeight_CropEdge); in DEF_TEST()