Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSampleImageFilterDAG.cpp56 skif::LayerSpace<SkIRect> fHintedLayerBounds; member
109 fHintedLayerBounds = as_IFB(fFilter)->getInputBounds(fMapping, targetOutput, &fContent); in computeInputBounds()
112 fHintedLayerBounds = fMapping.paramToLayer(fContent).roundOut(); in computeInputBounds()
167 canvas->drawRect(SkRect::Make(SkIRect(node.fHintedLayerBounds)).makeOutset(3.f, 3.f), line); in draw_node()
230 y = print_size(canvas, "Layer Size (hinted)", SkIRect(node.fHintedLayerBounds), in print_info()

Completed in 1 milliseconds