/external/chromium_org/third_party/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...] |
/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...] |
/external/clang/test/Parser/ |
block-pointer-decl.c | 18 int (^blockptr) (int) = ^(int inval) { 19 printf ("Inputs: %d, %d.\n", argc, inval); 20 return argc * inval;
|
/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/core/ |
SkBitmap_scroll.cpp | 12 SkRegion* inval) const 23 tmp.scrollRect(NULL, dx, dy, inval); 50 if (NULL != inval) { 51 inval->setEmpty(); 56 // compute the inval region now, before we see if there are any pixels 57 if (NULL != inval) { 62 inval->setRect(r); 67 if (!SkIRect::Intersects(r, inval->getBounds())) { 68 // inval has already been updated... 73 inval->op(r, SkRegion::kDifference_Op) [all...] |
/external/skia/src/core/ |
SkBitmap_scroll.cpp | 12 SkRegion* inval) const 23 tmp.scrollRect(NULL, dx, dy, inval); 50 if (NULL != inval) { 51 inval->setEmpty(); 56 // compute the inval region now, before we see if there are any pixels 57 if (NULL != inval) { 62 inval->setRect(r); 67 if (!SkIRect::Intersects(r, inval->getBounds())) { 68 // inval has already been updated... 73 inval->op(r, SkRegion::kDifference_Op) [all...] |
/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/views/animated/ |
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);
|
SkScrollBarView.cpp | 92 this->inval(NULL); 97 this->inval(&bounds); 105 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);
|
/external/skia/src/views/animated/ |
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);
|
SkScrollBarView.cpp | 92 this->inval(NULL); 97 this->inval(&bounds); 105 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);
|
/external/bison/m4/ |
msvc-inval.m4 | 1 # msvc-inval.m4 serial 1
|
/external/chromium_org/third_party/opus/src/silk/ |
biquad_alt.c | 54 opus_int32 inval, A0_U_Q28, A0_L_Q28, A1_U_Q28, A1_L_Q28, out32_Q14; local 64 inval = in[ k * stride ]; 65 out32_Q14 = silk_LSHIFT( silk_SMLAWB( S[ 0 ], B_Q28[ 0 ], inval ), 2 ); 69 S[ 0 ] = silk_SMLAWB( S[ 0 ], B_Q28[ 1 ], inval); 73 S[ 1 ] = silk_SMLAWB( S[ 1 ], B_Q28[ 2 ], inval );
|
/external/eigen/bench/spbench/ |
spbenchsolver.cpp | 64 string inval; local 65 if (get_options(argc, args, "--eps", &inval)) 66 tol = atof(inval.c_str()); 67 if(get_options(argc, args, "--maxits", &inval)) 68 maxiters = atoi(inval.c_str());
|
/external/chromium_org/third_party/skia/src/views/ |
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...] |
/external/skia/src/views/ |
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...] |
/external/svox/pico/lib/ |
picokdt.c | 2051 picoos_uint16 inval; local 2286 picoos_uint16 inval = 0; local 2522 picoos_uint16 inval = 0; local [all...] |