HomeSort by relevance Sort by last modified time
    Searched defs:ClipArea (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
ClipArea.h 82 class ClipArea {
84 ClipArea();
ClipArea.cpp 16 #include "ClipArea.h"
186 * ClipArea
189 ClipArea::ClipArea()
197 void ClipArea::setViewportDimensions(int width, int height) {
202 void ClipArea::setEmpty() {
209 void ClipArea::setClip(float left, float top, float right, float bottom) {
215 bool ClipArea::clipRectWithTransform(float left, float top, float right,
221 bool ClipArea::clipRectWithTransform(const Rect& r, const mat4* transform,
234 bool ClipArea::clipRegion(const SkRegion& region, SkRegion::Op op)
    [all...]

Completed in 40 milliseconds