HomeSort by relevance Sort by last modified time
    Searched refs:inval (Results 1 - 25 of 37) sorted by null

1 2

  /external/skia/include/images/
SkPageFlipper.h 22 /** SkPageFlipper manages alternating inval/dirty regions for a rectangular area
23 (like a bitmap). You call inval() to accumulate inval areas, and then when
25 invalidating) you call update, which swaps the inval regions, and returns
26 two things to you: 1) the final inval region to be drawn into, and 2) the
29 inval region, so both need to be handled.
44 void inval();
45 void inval(const SkIRect&);
46 void inval(const SkRegion&);
47 void inval(const SkRect&, bool antialias)
    [all...]
SkFlipPixelRef.h 35 void inval() { fFlipper.inval(); } function in class:SkFlipPixelRef
36 void inval(const SkIRect& rect) { fFlipper.inval(rect); } function in class:SkFlipPixelRef
37 void inval(const SkRegion& rgn) { fFlipper.inval(rgn); } function in class:SkFlipPixelRef
38 void inval(const SkRect& r, bool doAA) { fFlipper.inval(r, doAA); } function in class:SkFlipPixelRef
  /external/skia/src/animator/
SkDisplayBounds.cpp 25 SK_MEMBER(inval, Boolean)
32 SkDisplayBounds::SkDisplayBounds() : inval(false) {
36 maker.fDisplayList.fUnionBounds = SkToBool(inval);
42 if (inval && fBounds.isEmpty() == false) {
SkDisplayBounds.h 28 SkBool inval; member in class:SkDisplayBounds
SkAnimator.cpp 297 void SkAnimator::getInvalBounds(SkRect* inval) {
299 inval->fLeft = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fLeft);
300 inval->fTop = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fTop);
301 inval->fRight = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fRight);
302 inval->fBottom = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fBottom);
304 inval->fLeft = inval->fTop = -SK_ScalarMax;
305 inval->fRight = inval->fBottom = SK_ScalarMax;
427 goto inval;
    [all...]
  /external/skia/src/core/
SkBitmap_scroll.cpp 5 SkRegion* inval) const
12 tmp.scrollRect(NULL, dx, dy, inval);
39 if (NULL != inval) {
40 inval->setEmpty();
45 // compute the inval region now, before we see if there are any pixels
46 if (NULL != inval) {
51 inval->setRect(r);
56 if (!SkIRect::Intersects(r, inval->getBounds())) {
57 // inval has already been updated...
62 inval->op(r, SkRegion::kDifference_Op)
    [all...]
  /external/skia/src/images/
SkPageFlipper.cpp 48 void SkPageFlipper::inval() { function in class:SkPageFlipper
52 void SkPageFlipper::inval(const SkIRect& rect) { function in class:SkPageFlipper
60 void SkPageFlipper::inval(const SkRegion& rgn) { function in class:SkPageFlipper
68 void SkPageFlipper::inval(const SkRect& rect, bool antialias) { function in class:SkPageFlipper
74 this->inval(r);
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 42 static void inval(NPP instance) { function
54 static void inval(NPP instance, const ANPRectF& r, bool doAA) { function
58 NPRect inval; local
59 inval.left = rnd16(r.left, inset);
60 inval.top = rnd16(r.top, inset);
61 inval.right = rnd16(r.right, -inset);
62 inval.bottom = rnd16(r.bottom, -inset);
63 browser->invalidaterect(instance, &inval);
184 inval(instance);
190 inval(instance)
    [all...]
  /external/svox/pico/lib/
picokdt.c 2051 picoos_uint16 inval; local
2286 picoos_uint16 inval = 0; local
2522 picoos_uint16 inval = 0; local
    [all...]
  /external/skia/src/views/
SkBorderView.cpp 46 this->inval(NULL);
51 this->inval(&bounds);
59 this->inval(NULL);
SkProgressBarView.cpp 31 this->inval(NULL);
36 this->inval(&bounds);
44 this->inval(NULL);
SkProgressView.cpp 28 this->inval(NULL);
47 this->inval(NULL);
69 this->inval(NULL);
SkScrollBarView.cpp 85 this->inval(NULL);
90 this->inval(&bounds);
98 this->inval(NULL);
SkImageView.cpp 61 this->inval(NULL);
106 this->inval(NULL);
116 this->inval(NULL);
170 this->inval(NULL);
176 this->inval(&bounds);
203 this->inval(NULL);
SkWidgetViews.cpp 169 this->inval(NULL);
218 this->inval(NULL);
306 this->inval(NULL);
311 this->inval(&bounds);
319 this->inval(NULL);
SkView.cpp 27 this->inval(NULL);
33 this->inval(NULL);
59 this->inval(NULL);
62 this->inval(NULL);
72 this->inval(NULL);
74 this->inval(NULL);
122 void SkView::inval(SkRect* rect) function in class:SkView
285 this->inval(NULL);
482 this->inval(NULL);
537 child->inval(NULL)
    [all...]
SkWidget.cpp 122 this->inval(NULL);
138 this->inval(NULL);
171 this->inval(NULL);
219 this->inval(NULL);
233 this->inval(NULL);
SkListWidget.cpp 70 this->inval(NULL);
121 this->inval(&r);
139 this->inval(NULL);
196 this->inval(NULL);
217 this->inval(NULL);
377 this->inval(&bounds);
SkWidgets.cpp 105 this->inval(NULL);
192 this->inval(NULL);
374 this->inval(NULL);
389 this->inval(NULL);
423 this->inval(NULL);
439 this->inval(NULL);
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 46 static void inval(NPP instance, const ANPRectF& r, bool doAA) { function
49 NPRect inval; local
50 inval.left = rnd16(r.left, inset);
51 inval.top = rnd16(r.top, inset);
52 inval.right = rnd16(r.right, -inset);
53 inval.bottom = rnd16(r.bottom, -inset);
54 browser->invalidaterect(instance, &inval);
143 inval(inst(), m_oval, true); // inval the old
148 inval(inst(), m_oval, true); // inval the ne
    [all...]
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 42 static void inval(NPP instance) { function
54 static void inval(NPP instance, const ANPRectF& r, bool doAA) { function
58 NPRect inval; local
59 inval.left = rnd16(r.left, inset);
60 inval.top = rnd16(r.top, inset);
61 inval.right = rnd16(r.right, -inset);
62 inval.bottom = rnd16(r.bottom, -inset);
63 browser->invalidaterect(instance, &inval);
160 //inval(instance);
229 inval(instance)
    [all...]
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 43 static void inval(NPP instance) { function
55 static void inval(NPP instance, const ANPRectF& r, bool doAA) { function
59 NPRect inval; local
60 inval.left = rnd16(r.left, inset);
61 inval.top = rnd16(r.top, inset);
62 inval.right = rnd16(r.right, -inset);
63 inval.bottom = rnd16(r.bottom, -inset);
64 browser->invalidaterect(instance, &inval);
83 inval(play->instance);
381 inval(instance)
    [all...]
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.h 90 void inval(const WebCore::IntRect&, bool signalRedraw);
  /external/webkit/WebKit/android/jni/
PictureSet.h 68 // Update mWidth/mHeight, and adds any additional inval region
69 void checkDimensions(int width, int height, SkRegion* inval);
PictureSet.cpp 105 SkRegion inval; local
118 const SkIRect& i = inval.getBounds();
121 " inval={%d,%d,r=%d,b=%d} vis={%d,%d,r=%d,b=%d}",
133 inval.op(visibleArea, SkRegion::kUnion_Op);
147 if (area.intersects(inval)) {
190 void PictureSet::checkDimensions(int width, int height, SkRegion* inval)
199 inval->op(rect, SkRegion::kUnion_Op);
202 inval->setRect(0, 0, width, height);
450 bool PictureSet::reuseSubdivided(const SkRegion& inval)
453 if (inval.isComplex()
    [all...]

Completed in 236 milliseconds

1 2