Searched refs:contentBounds (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkImageFilter.cpp | 274 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 …]
|
D | SkImageFilter_Base.h | 102 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/ |
D | SampleFilterBounds.cpp | 197 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/ |
D | GrGLOpsRenderPass.h | 33 void set(GrRenderTarget*, bool useMSAASurface, const SkIRect& contentBounds, GrSurfaceOrigin,
|
D | GrGLOpsRenderPass.cpp | 20 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.c | 2776 Rect contentBounds; in Win_CreateNewWindow() local 2784 PyMac_GetRect, &contentBounds)) in Win_CreateNewWindow() 2788 &contentBounds, in Win_CreateNewWindow()
|