Lines Matching full:bounds
172 TextureVertex* vertices, bool pureTranslate, const Rect& bounds, const SkPaint* paint);
203 const float* positions, const SkPaint* paint, float totalAdvance, const Rect& bounds,
220 * additionally map the state's bounds from local to window coordinates.
392 bool quickRejectSetupScissor(const Rect& bounds, const SkPaint* paint = NULL) {
393 return quickRejectSetupScissor(bounds.left, bounds.top,
394 bounds.right, bounds.bottom, paint);
409 * Marks the specified region as dirty at the specified bounds.
411 void dirtyLayerUnchecked(Rect& bounds, Region* region);
438 * @param rect The bounds of the layer
535 * Given the local bounds of the layer, calculates ...
537 void calculateLayerBoundsAndClip(Rect& bounds, Rect& clip, bool fboLayer);
540 * Given the local bounds + clip of the layer, updates current snapshot's empty/invisible
542 void updateSnapshotIgnoreForLayer(const Rect& bounds, const Rect& clip,
568 * @param bounds The bounds of the layer
570 bool createFboLayer(Layer* layer, Rect& bounds, Rect& clip);
576 * @param rect The layer's bounds
584 * @param rect The layer's bounds