Searched refs:inval (Results 1 - 25 of 184) sorted by relevance

12345678

/external/clang/test/Parser/
H A Dblock-pointer-decl.c18 int (^blockptr) (int) = ^(int inval) {
19 printf ("Inputs: %d, %d.\n", argc, inval);
20 return argc * inval;
/external/chromium_org/third_party/skia/include/images/
H A DSkPageFlipper.h15 /** 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(cons
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayBounds.cpp17 SK_MEMBER(inval, Boolean)
24 SkDisplayBounds::SkDisplayBounds() : inval(false) {
28 maker.fDisplayList.fUnionBounds = SkToBool(inval);
34 if (inval && fBounds.isEmpty() == false) {
H A DSkDisplayBounds.h20 SkBool inval; member in class:SkDisplayBounds
/external/skia/include/images/
H A DSkPageFlipper.h15 /** 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(cons
[all...]
/external/skia/src/animator/
H A DSkDisplayBounds.cpp17 SK_MEMBER(inval, Boolean)
24 SkDisplayBounds::SkDisplayBounds() : inval(false) {
28 maker.fDisplayList.fUnionBounds = SkToBool(inval);
34 if (inval && fBounds.isEmpty() == false) {
H A DSkDisplayBounds.h20 SkBool inval; member in class:SkDisplayBounds
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmap_scroll.cpp12 SkRegion* inval) const
23 tmp.scrollRect(NULL, dx, dy, inval);
32 if (inval) {
33 inval->setEmpty();
38 // compute the inval region now, before we see if there are any pixels
39 if (inval) {
44 inval->setRect(r);
49 if (!SkIRect::Intersects(r, inval->getBounds())) {
50 // inval has already been updated...
55 inval
[all...]
/external/skia/src/core/
H A DSkBitmap_scroll.cpp12 SkRegion* inval) const
23 tmp.scrollRect(NULL, dx, dy, inval);
32 if (NULL != inval) {
33 inval->setEmpty();
38 // compute the inval region now, before we see if there are any pixels
39 if (NULL != inval) {
44 inval->setRect(r);
49 if (!SkIRect::Intersects(r, inval->getBounds())) {
50 // inval has already been updated...
55 inval
[all...]
/external/chromium_org/third_party/opus/src/silk/
H A Dbiquad_alt.c54 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/chromium_org/third_party/skia/src/images/
H A DSkPageFlipper.cpp41 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/eigen/bench/spbench/
H A Dspbenchsolver.cpp63 string inval; local
64 if (get_options(argc, args, "--eps", &inval))
65 tol = atof(inval.c_str());
66 if(get_options(argc, args, "--maxits", &inval))
67 maxiters = atoi(inval.c_str());
/external/libopus/silk/
H A Dbiquad_alt.c54 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/skia/src/images/
H A DSkPageFlipper.cpp41 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/experimental/SkV8Example/
H A Dsample.js15 inval();
H A Dspeed.js10 inval();
/external/skia/experimental/SkV8Example/
H A Dsample.js15 inval();
H A Dspeed.js10 inval();
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkBorderView.cpp55 this->inval(NULL);
60 this->inval(&bounds);
68 this->inval(NULL);
H A DSkProgressBarView.cpp38 this->inval(NULL);
43 this->inval(&bounds);
51 this->inval(NULL);
H A DSkScrollBarView.cpp92 this->inval(NULL);
97 this->inval(&bounds);
105 this->inval(NULL);
/external/skia/src/views/animated/
H A DSkBorderView.cpp55 this->inval(NULL);
60 this->inval(&bounds);
68 this->inval(NULL);
H A DSkProgressBarView.cpp38 this->inval(NULL);
43 this->inval(&bounds);
51 this->inval(NULL);
/external/chromium_org/third_party/skia/src/views/
H A DSkProgressView.cpp36 this->inval(NULL);
55 this->inval(NULL);
77 this->inval(NULL);
/external/skia/src/views/
H A DSkProgressView.cpp36 this->inval(NULL);
55 this->inval(NULL);
77 this->inval(NULL);

Completed in 4399 milliseconds

12345678