Home
last modified time | relevance | path

Searched refs:hintedOutputBounds (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp44 const SkIRect& hintedOutputBounds, in print_info()
57 y = print_size(canvas, "Output (w/ hint)", hintedOutputBounds, kLineInset, y, font, text); in print_info()
236 skif::DeviceSpace<SkIRect> hintedOutputBounds = as_IFB(fBlur)->getOutputBounds( variable
238 canvas->drawRect(SkRect::Make(SkIRect(hintedOutputBounds)), line_paint(SK_ColorBLUE));
243 SkIRect(hintedOutputBounds),
41 print_info(SkCanvas* canvas, const SkIRect& layerContentBounds, const SkIRect& outputBounds, const SkIRect& hintedOutputBounds, const SkIRect& unhintedLayerBounds) print_info() argument

Completed in 1 milliseconds