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

1 2

  /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/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/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/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/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/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/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/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/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/svox/pico/lib/
picokdt.c 2051 picoos_uint16 inval; local
2286 picoos_uint16 inval = 0; local
2522 picoos_uint16 inval = 0; local
    [all...]
  /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);
SkStaticTextView.cpp 65 this->inval(NULL);
80 this->inval(NULL);
116 this->inval(NULL);
132 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);
SkStaticTextView.cpp 65 this->inval(NULL);
80 this->inval(NULL);
116 this->inval(NULL);
132 this->inval(NULL);
  /external/chromium_org/third_party/skia/src/views/
SkProgressView.cpp 36 this->inval(NULL);
55 this->inval(NULL);
77 this->inval(NULL);
  /external/skia/src/views/
SkProgressView.cpp 36 this->inval(NULL);
55 this->inval(NULL);
77 this->inval(NULL);

Completed in 488 milliseconds

1 2