/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/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/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...] |
SkDrawing.cpp | 27 this->inval(); 29 this->inval(); 56 this->inval(); 96 child->inval(); 122 child->inval();
|
/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
|
/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);
|
/external/skia/samplecode/ |
SampleTests.cpp | 88 this->inval(NULL); 94 this->inval(NULL); 99 this->inval(NULL);
|
SampleMovie.cpp | 44 this->inval(NULL);
|
SamplePageFlip.cpp | 53 ref->inval(oval, true); 55 ref->inval(oval, true); 147 this->inval(NULL); 151 this->inval(NULL);
|
SampleRepeatTile.cpp | 64 this->inval(NULL); 74 this->inval(NULL);
|
SampleApp.cpp | 46 static const char view_inval_msg[] = "view-inval-msg"; 358 this->inval(NULL); 366 this->inval(NULL); 373 this->inval(NULL); 381 this->inval(NULL); 596 this->inval(NULL); 730 this->inval(NULL); 803 SkRegion inval(rgn); 805 inval.translate(r.fLeft, r.fTop); 806 canvas.clipRegion(inval); 874 SkRegion inval; local [all...] |
/external/skia/src/views/ |
SkBorderView.cpp | 48 this->inval(NULL); 53 this->inval(&bounds); 61 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);
|
SkStaticTextView.cpp | 58 this->inval(NULL); 73 this->inval(NULL); 109 this->inval(NULL); 125 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);
|
/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/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/webkit/Source/WebCore/platform/graphics/android/ |
GLWebViewState.cpp | 138 void GLWebViewState::setBaseLayer(BaseLayerAndroid* layer, const SkRegion& inval, 179 invalRegion(inval); 196 inval(ir); 215 void GLWebViewState::inval(const IntRect& rect) function in class:WebCore::GLWebViewState 218 // base layer isn't locked, so go ahead and issue the inval to both tiled pages 485 // ret==true && empty inval region means we've inval'd everything, 500 IntRect inval(frameworkInval.x(), frameworkInval.y(), 503 inval.unite(m_frameworkLayersInval); 505 invalRect->setX(inval.x()) [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/svox/pico/lib/ |
picokdt.c | 2051 picoos_uint16 inval; local 2286 picoos_uint16 inval = 0; local 2522 picoos_uint16 inval = 0; local [all...] |
/external/webkit/Source/WebKit/android/jni/ |
PictureSet.cpp | 118 const SkIRect& inval = bucketPicture.mRealArea; local 121 inval.width(), inval.height(), 123 canvas->translate(-inval.fLeft, -inval.fTop); 232 // When we receive an inval in a Bucket, we try to see if we intersect with 242 // If the inval covers a large area of the base inval, let's repaint the 258 // If the current picture is a base, check if the new inval completely 264 // let's aggregate it with the new inval 477 SkIRect inval = area.getBounds(); local [all...] |