Searched refs:kForward_MapDirection (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkMatrixImageFilter.cpp | 121 if (kForward_MapDirection == direction) { in onFilterNodeBounds()
|
D | SkImageFilter.cpp | 352 SkIRect temp = this->onFilterNodeBounds(srcBounds, ctx.ctm(), kForward_MapDirection); in applyCropRect() 436 SkIRect dstBounds = this->onFilterNodeBounds(srcBounds, ctx.ctm(), kForward_MapDirection); in applyCropRect()
|
/external/skia/include/core/ |
D | SkImageFilter.h | 136 kForward_MapDirection, enumerator
|
/external/skia/tests/ |
D | ImageFilterTest.cpp | 875 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection); in DEF_TEST() 883 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection); in DEF_TEST() 900 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection); in DEF_TEST() 908 bounds, scaleMatrix, SkImageFilter::kForward_MapDirection); in DEF_TEST()
|