Searched defs:inval (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/animator/
H A DSkDisplayBounds.h20 SkBool inval; member in class:SkDisplayBounds
H A DSkAnimator.cpp289 void SkAnimator::getInvalBounds(SkRect* inval) { argument
291 inval->fLeft = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fLeft);
292 inval->fTop = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fTop);
293 inval->fRight = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fRight);
294 inval->fBottom = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fBottom);
296 inval->fLeft = inval->fTop = -SK_ScalarMax;
297 inval->fRight = inval->fBottom = SK_ScalarMax;
419 goto inval;
[all...]
/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/skia/include/images/
H A DSkFlipPixelRef.h28 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/webkit/Source/WebKit/android/jni/
H A DPicturePile.cpp122 // drawn yet. As the first draw after a size change will do a full inval anyway,
125 // and when the size changes just inval the deltas. This prevents a full
127 IntRect inval = dirtyRect; local
128 inval.intersect(IntRect(0, 0, m_size.width(), m_size.height()));
129 if (inval.isEmpty()) {
130 ALOGV("Rejecting inval " INT_RECT_FORMAT, INT_RECT_ARGS(dirtyRect));
135 m_webkitInvals[0].unite(inval);
137 m_webkitInvals.append(inval);
160 // Both width & height changed, full inval :(
202 // Build the invals (TODO: Support multiple inval region
253 appendToPile(const IntRect& inval, const IntRect& originalInval) argument
274 RefPtr<PrerenderedInval> inval = m_pile[i].prerendered; local
[all...]
H A DWebViewCore.cpp2053 SkRegion inval; // accumualte what needs to be redrawn local
2062 inval.op(dirty, SkRegion::kUnion_Op);
2066 if (!inval.isEmpty()) {
2067 // inval.getBounds() is our rectangle
2068 const SkIRect& bounds = inval.getBounds();
/external/skia/src/views/
H A DSkView.cpp34 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(NUL
[all...]
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp206 void PluginWidgetAndroid::inval(const WebCore::IntRect& rect, function in class:PluginWidgetAndroid
214 m_flipPixelRef->inval(rect);
/external/svox/pico/lib/
H A Dpicosa.c523 picoos_uint16 inval; local
601 inval = 0;
H A Dpicokdt.c1211 if the inmaptable is empty, outval = inval */
1215 const picoos_uint16 inval,
1252 *outval = inval;
1273 if (inval == dt->inpmaptable[pos]) {
1275 PICODBG_TRACE(("s1 %d in %d -> out %d", imtnr, inval, *outval));
1283 if (inval == (((picoos_uint16)(dt->inpmaptable[pos+1])) << 8 |
1286 PICODBG_TRACE(("s2 %d in %d -> out %d", imtnr, inval, *outval));
1304 const picoos_uint8 *inval,
1323 ((ilen = picobase_det_utf8_length(inval[0])) == 0) || /* invalid? */
1380 if (dt->inpmaptable[pos + j] != inval[
1213 kdtMapInFixed(const kdt_subobj_t *dt, const picoos_uint8 imtnr, const picoos_uint16 inval, picoos_uint16 *outval, picoos_uint16 *outfallbackval) argument
1302 kdtMapInGraph(const kdt_subobj_t *dt, const picoos_uint8 imtnr, const picoos_uint8 *inval, const picoos_uint8 invalmaxlen, picoos_uint16 *outval, picoos_uint16 *outfallbackval) argument
1400 kdtMapOutFixed(const kdt_subobj_t *dt, const picoos_uint16 inval, picoos_uint16 *outval) argument
1455 kdtReverseMapOutFixed(const kdt_subobj_t *dt, const picoos_uint16 inval, picoos_uint16 *outval, picoos_uint16 *outfallbackval) argument
1544 picokdt_dtPosDreverseMapOutFixed(const picokdt_DtPosD this, const picoos_uint16 inval, picoos_uint16 *outval, picoos_uint16 *outfallbackval) argument
1556 kdtMapOutVar(const kdt_subobj_t *dt, const picoos_uint16 inval, picoos_uint8 *nr, picoos_uint16 *outval, const picoos_uint16 outvalmaxlen) argument
2051 picoos_uint16 inval; local
2286 picoos_uint16 inval = 0; local
2522 picoos_uint16 inval = 0; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.cpp549 const IntRect& inval, GLint filter)
558 if (inval.isEmpty()) {
562 glTexSubImage2D(GL_TEXTURE_2D, 0, inval.x(), inval.y(), inval.width(), inval.height(),
548 updateTextureWithBitmap(GLuint texture, const SkBitmap& bitmap, const IntRect& inval, GLint filter) argument
/external/skia/samplecode/
H A DSampleApp.cpp282 static const char view_inval_msg[] = "view-inval-msg";
562 this->inval(NULL);
570 this->inval(NULL);
579 this->inval(NULL);
1024 this->inval(NULL);
1062 SkRegion inval(rgn);
1064 inval.translate(r.fLeft, r.fTop);
1065 canvas.clipRegion(inval);
1101 this->inval(NULL);
1155 SkRegion inval; local
[all...]
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp806 WebCore::IntRect inval; local
824 int returnFlags = (*wvInstance.*funcPtr)(localInvScreenRect, &inval, screenRect,
828 if (inval.isEmpty())
831 finalInval.setX(screenRect.x() + inval.x());
832 finalInval.setY(screenRect.y() + titlebarHeight + inval.y());
833 finalInval.setWidth(inval.width());
834 finalInval.setHeight(inval.height());

Completed in 301 milliseconds