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

1 2 3

  /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/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/legacy/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/legacy/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/skia/legacy/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/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/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/legacy/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/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);
159 // Both width & height changed, full inval :(
201 // Build the invals (TODO: Support multiple inval regions
273 RefPtr<PrerenderedInval> inval = m_pile[i].prerendered; local
    [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/legacy/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...]
  /external/skia/src/views/
SkProgressView.cpp 36 this->inval(NULL);
55 this->inval(NULL);
77 this->inval(NULL);
SkView.cpp 37 this->inval(NULL);
43 this->inval(NULL);
73 this->inval(NULL);
76 this->inval(NULL);
86 this->inval(NULL);
88 this->inval(NULL);
100 this->inval(NULL);
102 this->inval(NULL);
149 void SkView::inval(SkRect* rect) { function in class:SkView
311 this->inval(NULL)
    [all...]

Completed in 415 milliseconds

1 2 3