HomeSort by relevance Sort by last modified time
    Searched refs:inval (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/skia/samplecode/
SampleStrokePath.cpp 213 this->inval(NULL);
SampleVertices.cpp 132 this->inval(NULL);
SampleDraw.cpp 368 this->inval(NULL);
SampleRegion.cpp 266 this->inval(NULL);
SamplePatch.cpp 337 this->inval(NULL);
SampleText.cpp 383 this->inval(NULL);
SampleTextEffects.cpp 363 this->inval(NULL);
SampleWarp.cpp 460 this->inval(NULL);
SampleAll.cpp 597 this->inval(NULL);
SampleSlides.cpp 765 this->inval(NULL);
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 207 void PluginWidgetAndroid::inval(const WebCore::IntRect& rect, function in class:PluginWidgetAndroid
215 m_flipPixelRef->inval(rect);
  /external/skia/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...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 469 IntRect inval(0, 0, 0, 0);
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 628 WebCore::GraphicsOperationCollection* rebuildGraphicsOperationCollection(const SkIRect& inval);
    [all...]
WebViewCore.cpp 2010 SkRegion inval; \/\/ accumualte what needs to be redrawn local
    [all...]
  /external/svox/pico/lib/
picosa.c 523 picoos_uint16 inval; local
601 inval = 0;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 333 milliseconds

1 2 34