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

  /frameworks/base/libs/hwui/
ClipArea.cpp 16 #include "ClipArea.h"
186 * ClipArea
189 ClipArea::ClipArea()
197 void ClipArea::setViewportDimensions(int width, int height) {
203 void ClipArea::setEmpty() {
211 void ClipArea::setClip(float left, float top, float right, float bottom) {
218 void ClipArea::clipRectWithTransform(const Rect& r, const mat4* transform,
236 void ClipArea::clipRegion(const SkRegion& region, SkRegion::Op op) {
245 void ClipArea::clipPathWithTransform(const SkPath& path, const mat4* transform
    [all...]
OpenGLRenderer.cpp     [all...]

Completed in 205 milliseconds