/external/chromium_org/third_party/skia/include/core/ |
SkImageFilter.h | 277 bool applyCropRect(const Context&, const SkBitmap& src, const SkIPoint& srcOffset, 288 bool applyCropRect(const Context&, Proxy* proxy, const SkBitmap& src, SkIPoint* srcOffset,
|
/external/chromium_org/third_party/skia/src/effects/ |
SkRectShaderImageFilter.cpp | 67 if (!this->applyCropRect(ctx, source, SkIPoint::Make(0, 0), &bounds)) {
|
SkXfermodeImageFilter.cpp | 73 if (!applyCropRect(ctx, foreground, foregroundOffset, &foregroundBounds)) { 77 if (!applyCropRect(ctx, background, backgroundOffset, &bounds)) {
|
SkColorFilterImageFilter.cpp | 119 if (!this->applyCropRect(ctx, src, srcOffset, &bounds)) {
|
SkMergeImageFilter.cpp | 67 if (!this->applyCropRect(ctx, src, SkIPoint::Make(0, 0), &bounds)) {
|
SkOffsetImageFilter.cpp | 45 if (!this->applyCropRect(ctx, src, srcOffset, &bounds)) {
|
SkBlurImageFilter.cpp | 174 if (!this->applyCropRect(ctx, proxy, src, &srcOffset, &srcBounds, &src)) { 280 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &rect, &input)) {
|
SkDisplacementMapEffect.cpp | 242 if (!this->applyCropRect(ctx, color, colorOffset, &bounds)) { 246 if (!this->applyCropRect(ctx, proxy, displ, &displOffset, &displBounds, &displ)) { 396 if (!this->applyCropRect(ctx, colorBM, colorOffset, &bounds)) { 400 if (!this->applyCropRect(ctx, proxy, displacementBM,
|
SkDropShadowImageFilter.cpp | 75 if (!this->applyCropRect(ctx, src, srcOffset, &bounds)) {
|
SkMorphologyImageFilter.cpp | 160 if (!this->applyCropRect(ctx, proxy, src, &srcOffset, &bounds, &src)) { 569 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) {
|
SkMatrixConvolutionImageFilter.cpp | 323 if (!this->applyCropRect(ctx, proxy, src, &srcOffset, &bounds, &src)) {
|
SkLightingImageFilter.cpp | [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkImageFilter.cpp | 245 if (!this->applyCropRect(ctx, proxy, input, &srcOffset, &bounds, &input)) { 286 bool SkImageFilter::applyCropRect(const Context& ctx, const SkBitmap& src, 307 bool SkImageFilter::applyCropRect(const Context& ctx, Proxy* proxy, const SkBitmap& src,
|
/external/chromium_org/third_party/skia/gm/ |
imagefiltersgraph.cpp | 54 if (!this->applyCropRect(ctx, proxy, source, &srcOffset, &bounds, &source)) {
|