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

  /external/skia/src/gpu/
GrFixedClip.cpp 20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const {
27 if (iior) {
28 *iior = true;
GrStencilClip.h 36 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override {
37 fFixedClip.getConservativeBounds(width, height, bounds, iior);
GrFixedClip.h 46 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
GrReducedClip.cpp 55 bool iior; local
56 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
64 if (iior) {
    [all...]
  /external/skqp/src/gpu/
GrFixedClip.cpp 20 void GrFixedClip::getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const {
27 if (iior) {
28 *iior = true;
GrStencilClip.h 36 void getConservativeBounds(int width, int height, SkIRect* bounds, bool* iior) const override {
37 fFixedClip.getConservativeBounds(width, height, bounds, iior);
GrFixedClip.h 46 void getConservativeBounds(int w, int h, SkIRect* devResult, bool* iior) const override;
GrReducedClip.cpp 55 bool iior; local
56 stack.getBounds(&stackBounds, &stackBoundsType, &iior);
64 if (iior) {
    [all...]
  /external/skia/gm/
windowrectangles.cpp 139 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
141 if (iior) {
142 *iior = false;
  /external/skia/tests/
GrCCPRTest.cpp 47 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
49 if (iior) {
50 *iior = false;
LazyProxyTest.cpp 164 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
166 if (iior) {
167 *iior = false;
  /external/skqp/gm/
windowrectangles.cpp 139 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
141 if (iior) {
142 *iior = false;
  /external/skqp/tests/
GrCCPRTest.cpp 47 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
49 if (iior) {
50 *iior = false;
LazyProxyTest.cpp 163 void getConservativeBounds(int width, int height, SkIRect* rect, bool* iior) const final {
165 if (iior) {
166 *iior = false;

Completed in 224 milliseconds