HomeSort by relevance Sort by last modified time
    Searched full:inval (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /external/skia/include/views/
SkWindow.h 45 // return the bounds of the dirty/inval rgn, or [0,0,0,0] if none
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/
SkWindow.h 47 // return the bounds of the dirty/inval rgn, or [0,0,0,0] if none
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/WebCore/rendering/
RenderHTMLCanvas.cpp 53 // the repaint/inval chain dealing with the PictureSet)
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasLayer.cpp 102 // Need to do a full inval of the canvas content as we are mode switching
125 // If we drop out of hwa, we will do a full inval anyway
  /frameworks/base/tests/TileBenchmark/res/values/
strings.xml 82 <!-- Milliseconds taken to inval, and re-render the page [CHAR LIMIT=15] -->
92 <string name="format_inval_pos">Inval:(%1$d,%2$d)-(%3$d,%4$d)</string>
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 178 Value *InVal = NewPHI->getIncomingValue(idx);
179 if (Instruction *I = dyn_cast<Instruction>(InVal))
181 InVal = LVMap[InVal];
182 NewPHI->setIncomingValue(idx, InVal);
BasicBlockUtils.cpp 405 Value *InVal = 0;
407 InVal = PN->getIncomingValueForBlock(Preds[0]);
409 if (InVal != PN->getIncomingValueForBlock(Preds[i])) {
410 InVal = 0;
415 if (InVal) {
434 InVal = NewPHI;
439 PN->addIncoming(InVal, NewBB);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 89 // no SurfBack to inval, so don't worry about it.
96 // both are single matching layers, simply apply inval
120 // merge layer inval - translate the layer's inval region into surface coordinates
285 // Let's return an inval area to framework that will
GLUtils.h 79 const IntRect& inval = IntRect(), GLint filter = GL_LINEAR);
TilesProfiler.cpp 127 ALOGV("adding inval region %d %d %d %d, scale %f", rect.x(), rect.y(),
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/bison/lib/
dup2.c 38 # include "msvc-inval.h"
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 298 // TODO: inval base layergroup when going into single surface mode
391 // returnFlags & kStatusDraw && empty inval region means we've inval'd everything,
408 // invalidate is occurring offscreen, do full inval to guarantee redraw
  /external/webkit/Source/WebKit/android/jni/
PicturePile.h 115 void appendToPile(const IntRect& inval, const IntRect& originalInval = IntRect());
  /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...]
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 36 unsigned InVal = 4+CountS;
38 ShuffleMask[CountD] = InVal;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
gfs2_ondisk.h 189 | valid | valid | :: | valid | valid | :: | valid | inval | :: | inval | valid |
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gfs2_ondisk.h 189 | valid | valid | :: | valid | valid | :: | valid | inval | :: | inval | valid |
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gfs2_ondisk.h 189 | valid | valid | :: | valid | valid | :: | valid | inval | :: | inval | valid |
  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 105 Value *InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB,
  /external/valgrind/main/VEX/useful/
show_fp_state.c 64 = { "INVAL", "DENOR", "DIVZ", "OVERF", "UNDERF", "LOS" };
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackView.java 177 // inval 'tile', count and add coords to render strings

Completed in 617 milliseconds

1 23 4 5 6