Home | History | Annotate | Download | only in jni

Lines Matching refs:bounds

193     android::uirenderer::Rect bounds;
194 status_t status = renderer->invokeFunctors(bounds);
197 int(bounds.left), int(bounds.top), int(bounds.right), int(bounds.bottom));
250 const android::uirenderer::Rect& bounds(renderer->getClipBounds());
251 return renderer->saveLayer(bounds.left, bounds.top, bounds.right, bounds.bottom,
263 const android::uirenderer::Rect& bounds(renderer->getClipBounds());
264 return renderer->saveLayerAlpha(bounds.left, bounds.top, bounds.right, bounds.bottom,
301 const android::uirenderer::Rect& bounds(renderer->getClipBounds());
304 int(bounds.left), int(bounds.top), int(bounds.right), int(bounds.bottom));
306 return !bounds.isEmpty();
734 android::uirenderer::Rect bounds;
735 status_t status = renderer->drawDisplayList(displayList, bounds, flags);
738 int(bounds.left), int(bounds.top), int(bounds.right), int(bounds.bottom));