Home
last modified time | relevance | path

Searched refs:contentBounds (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkImageFilter.cpp274 skif::LayerSpace<SkIRect> contentBounds = in getInputBounds() local
280 mapping, desiredBounds, contentBounds); in getInputBounds()
284 if (!requiredInput.intersect(contentBounds)) { in getInputBounds()
293 const skif::Mapping& mapping, const skif::ParameterSpace<SkRect>& contentBounds) const { in getOutputBounds()
295 skif::LayerSpace<SkRect> layerContent = mapping.paramToLayer(contentBounds); in getOutputBounds()
469 const skif::LayerSpace<SkIRect>& contentBounds) const { in visitInputLayerBounds()
485 contentBounds) in visitInputLayerBounds()
498 const skif::Mapping& mapping, const skif::LayerSpace<SkIRect>& contentBounds) const { in visitOutputLayerBounds()
503 return contentBounds; in visitOutputLayerBounds()
512 filter ? as_IFB(filter)->onGetOutputLayerBounds(mapping, contentBounds) in visitOutputLayerBounds()
[all …]
DSkImageFilter_Base.h102 const skif::Mapping& mapping, const skif::ParameterSpace<SkRect>& contentBounds) const;
235 const skif::LayerSpace<SkIRect>& contentBounds) const;
240 const skif::Mapping& mapping, const skif::LayerSpace<SkIRect>& contentBounds) const;
424 const skif::LayerSpace<SkIRect>& contentBounds,
443 const skif::Mapping& mapping, const skif::LayerSpace<SkIRect>& contentBounds) const;
/external/skia/samplecode/
DSampleFilterBounds.cpp197 skif::ParameterSpace<SkRect> contentBounds(localContentRect); in onDrawContent() local
205 canvas->drawPath(create_axis_path(SkRect(mapping.paramToLayer(contentBounds)), 20.f), in onDrawContent()
222 mapping, targetOutput, &contentBounds); in onDrawContent()
236 layerOnly, contentBounds); in onDrawContent()
240 float y = print_info(canvas, SkIRect(mapping.paramToLayer(contentBounds).roundOut()), in onDrawContent()
/external/skia/src/gpu/gl/
DGrGLOpsRenderPass.h33 void set(GrRenderTarget*, bool useMSAASurface, const SkIRect& contentBounds, GrSurfaceOrigin,
DGrGLOpsRenderPass.cpp20 void GrGLOpsRenderPass::set(GrRenderTarget* rt, bool useMSAASurface, const SkIRect& contentBounds, in set() argument
29 fContentBounds = contentBounds; in set()
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c2776 Rect contentBounds; in Win_CreateNewWindow() local
2784 PyMac_GetRect, &contentBounds)) in Win_CreateNewWindow()
2788 &contentBounds, in Win_CreateNewWindow()