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

1 2 3 4

  /external/clang/test/Parser/
block-pointer-decl.c 17 int (^blockptr) (int) = ^(int inval) {
18 printf ("Inputs: %d, %d.\n", argc, inval);
19 return argc * inval;
  /external/skia/include/images/
SkPageFlipper.h 15 /** SkPageFlipper manages alternating inval/dirty regions for a rectangular area
16 (like a bitmap). You call inval() to accumulate inval areas, and then when
18 invalidating) you call update, which swaps the inval regions, and returns
19 two things to you: 1) the final inval region to be drawn into, and 2) the
22 inval region, so both need to be handled.
37 void inval();
38 void inval(const SkIRect&);
39 void inval(const SkRegion&);
40 void inval(const SkRect&, bool antialias)
    [all...]
SkFlipPixelRef.h 28 void inval() { fFlipper.inval(); } function in class:SkFlipPixelRef
29 void inval(const SkIRect& rect) { fFlipper.inval(rect); } function in class:SkFlipPixelRef
30 void inval(const SkRegion& rgn) { fFlipper.inval(rgn); } function in class:SkFlipPixelRef
31 void inval(const SkRect& r, bool doAA) { fFlipper.inval(r, doAA); } function in class:SkFlipPixelRef
  /external/skia/src/animator/
SkDisplayBounds.cpp 17 SK_MEMBER(inval, Boolean)
24 SkDisplayBounds::SkDisplayBounds() : inval(false) {
28 maker.fDisplayList.fUnionBounds = SkToBool(inval);
34 if (inval && fBounds.isEmpty() == false) {
SkDisplayBounds.h 20 SkBool inval; member in class:SkDisplayBounds
  /external/skia/src/core/
SkBitmap_scroll.cpp 12 SkRegion* inval) const
19 tmp.scrollRect(NULL, dx, dy, inval);
46 if (NULL != inval) {
47 inval->setEmpty();
52 // compute the inval region now, before we see if there are any pixels
53 if (NULL != inval) {
58 inval->setRect(r);
63 if (!SkIRect::Intersects(r, inval->getBounds())) {
64 // inval has already been updated...
69 inval->op(r, SkRegion::kDifference_Op)
    [all...]
  /external/skia/src/images/
SkPageFlipper.cpp 41 void SkPageFlipper::inval() { function in class:SkPageFlipper
45 void SkPageFlipper::inval(const SkIRect& rect) { function in class:SkPageFlipper
53 void SkPageFlipper::inval(const SkRegion& rgn) { function in class:SkPageFlipper
61 void SkPageFlipper::inval(const SkRect& rect, bool antialias) { function in class:SkPageFlipper
67 this->inval(r);
  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 121 // drawn yet. As the first draw after a size change will do a full inval anyway,
124 // and when the size changes just inval the deltas. This prevents a full
126 IntRect inval = dirtyRect; local
127 inval.intersect(IntRect(0, 0, m_size.width(), m_size.height()));
128 if (inval.isEmpty()) {
129 ALOGV("Rejecting inval " INT_RECT_FORMAT, INT_RECT_ARGS(dirtyRect));
134 m_webkitInvals[0].unite(inval);
136 m_webkitInvals.append(inval);
220 // Build the invals (TODO: Support multiple inval regions)
221 IntRect inval = m_webkitInvals[0]
292 RefPtr<PrerenderedInval> inval = m_pile[i].prerendered; local
    [all...]
  /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/samplecode/
SampleTests.cpp 95 this->inval(NULL);
101 this->inval(NULL);
106 this->inval(NULL);
SampleMovie.cpp 51 this->inval(NULL);
SamplePageFlip.cpp 63 ref->inval(oval, true);
65 ref->inval(oval, true);
146 this->inval(NULL);
150 this->inval(NULL);
SampleRepeatTile.cpp 71 this->inval(NULL);
81 this->inval(NULL);
SampleTextAlpha.cpp 91 this->inval(NULL);
107 this->inval(NULL);
  /external/skia/src/views/
SkBorderView.cpp 55 this->inval(NULL);
60 this->inval(&bounds);
68 this->inval(NULL);
SkProgressBarView.cpp 38 this->inval(NULL);
43 this->inval(&bounds);
51 this->inval(NULL);
SkProgressView.cpp 36 this->inval(NULL);
55 this->inval(NULL);
77 this->inval(NULL);
SkScrollBarView.cpp 92 this->inval(NULL);
97 this->inval(&bounds);
105 this->inval(NULL);
SkStaticTextView.cpp 65 this->inval(NULL);
80 this->inval(NULL);
116 this->inval(NULL);
132 this->inval(NULL);
SkImageView.cpp 68 this->inval(NULL);
113 this->inval(NULL);
123 this->inval(NULL);
177 this->inval(NULL);
183 this->inval(&bounds);
210 this->inval(NULL);
SkView.cpp 34 this->inval(NULL);
40 this->inval(NULL);
70 this->inval(NULL);
73 this->inval(NULL);
83 this->inval(NULL);
85 this->inval(NULL);
97 this->inval(NULL);
99 this->inval(NULL);
146 void SkView::inval(SkRect* rect) { function in class:SkView
308 this->inval(NULL)
    [all...]
SkWidgetViews.cpp 176 this->inval(NULL);
225 this->inval(NULL);
313 this->inval(NULL);
318 this->inval(&bounds);
326 this->inval(NULL);
  /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...]

Completed in 2217 milliseconds

1 2 3 4