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

12 3

  /external/skia/legacy/src/views/
SkWidgetViews.cpp 176 this->inval(NULL);
225 this->inval(NULL);
313 this->inval(NULL);
318 this->inval(&bounds);
326 this->inval(NULL);
SkWidget.cpp 129 this->inval(NULL);
145 this->inval(NULL);
178 this->inval(NULL);
226 this->inval(NULL);
240 this->inval(NULL);
SkListWidget.cpp 77 this->inval(NULL);
128 this->inval(&r);
146 this->inval(NULL);
203 this->inval(NULL);
224 this->inval(NULL);
384 this->inval(&bounds);
SkWidgets.cpp 112 this->inval(NULL);
199 this->inval(NULL);
381 this->inval(NULL);
396 this->inval(NULL);
430 this->inval(NULL);
446 this->inval(NULL);
SkListView.cpp 239 this->inval(NULL);
292 this->inval(&r);
313 this->inval(NULL);
349 this->inval(NULL);
465 this->inval(NULL);
584 this->inval(NULL);
644 this->inval(&r);
666 this->inval(NULL);
711 this->inval(NULL);
783 this->inval(NULL); // could inval only the remaining visible cells..
    [all...]
SkWindow.cpp 72 this->inval(NULL);
106 this->inval(NULL);
190 // empty this now, so we can correctly record any inval calls that
  /external/webkit/Source/WebKit/android/jni/
PicturePile.h 115 void appendToPile(const IntRect& inval, const IntRect& originalInval = IntRect());
  /external/skia/src/views/
SkWidgets.cpp 112 this->inval(NULL);
199 this->inval(NULL);
381 this->inval(NULL);
396 this->inval(NULL);
430 this->inval(NULL);
446 this->inval(NULL);
SkWindow.cpp 76 this->inval(NULL);
110 this->inval(NULL);
189 // empty this now, so we can correctly record any inval calls that
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 79 const IntRect& inval = IntRect(), GLint filter = GL_LINEAR);
GLUtils.cpp 549 const IntRect& inval, GLint filter)
558 if (inval.isEmpty()) {
562 glTexSubImage2D(GL_TEXTURE_2D, 0, inval.x(), inval.y(), inval.width(), inval.height(),
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.h 97 void inval(const WebCore::IntRect&, bool signalRedraw);
PluginWidgetAndroid.cpp 206 void PluginWidgetAndroid::inval(const WebCore::IntRect& rect, function in class:PluginWidgetAndroid
214 m_flipPixelRef->inval(rect);
  /external/skia/legacy/src/animator/
SkAnimator.cpp 289 void SkAnimator::getInvalBounds(SkRect* inval) {
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/animator/
SkAnimator.cpp 289 void SkAnimator::getInvalBounds(SkRect* inval) {
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/include/animator/
SkAnimator.h 317 kIsPartiallyDifferent to do a mimimal inval(). */
318 void getInvalBounds(SkRect* inval);
455 Screenplay also posts an inval event to this event sink after processing an
  /external/skia/legacy/include/animator/
SkAnimator.h 317 kIsPartiallyDifferent to do a mimimal inval(). */
318 void getInvalBounds(SkRect* inval);
455 Screenplay also posts an inval event to this event sink after processing an
  /external/svox/pico/lib/
picokdt.h 271 const picoos_uint16 inval,
  /external/skia/legacy/src/utils/unix/
SkOSWindow_Unix.cpp 109 this->inval(NULL);
204 this->inval(NULL);
226 (new SkEvent("inval-imageview", this->getSinkID()))->post();
231 if (evt.isType("inval-imageview")) {
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 605 m_window->inval(r, true);
619 m_window->inval(r, true);
693 m_window->inval(rect, false);
  /external/skia/include/views/
SkView.h 122 void inval(SkRect* rectOrNull);
332 /** Override this if you want to handle an inval request from this view or one of its children.
368 // default action is to inval the view
  /external/skia/legacy/include/views/
SkView.h 121 void inval(SkRect* rectOrNull);
314 /** Override this if you want to handle an inval request from this view or one of its children.
350 // default action is to inval the view
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 806 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());
    [all...]
  /external/skia/include/core/
SkBitmap.h 417 still update the inval region (if present). If the bitmap is immutable,
425 @param inval Optional (may be null). Returns the area of the bitmap that
426 was scrolled away. E.g. if dx = dy = 0, then inval would
428 inval would be set to the entire bounds of the bitmap.
433 inval will still be updated, and true will be returned.
436 SkRegion* inval = NULL) const;
  /external/skia/legacy/include/core/
SkBitmap.h 388 still update the inval region (if present).
395 @param inval Optional (may be null). Returns the area of the bitmap that
396 was scrolled away. E.g. if dx = dy = 0, then inval would
398 inval would be set to the entire bounds of the bitmap.
403 inval will still be updated, and true will be returned.
406 SkRegion* inval = NULL) const;
    [all...]

Completed in 877 milliseconds

12 3