/external/skia/src/core/ |
D | SkBitmap_scroll.cpp | 12 SkRegion* inval) const in scrollRect() 23 tmp.scrollRect(NULL, dx, dy, inval); in scrollRect() 32 if (inval) { in scrollRect() 33 inval->setEmpty(); in scrollRect() 39 if (inval) { in scrollRect() 44 inval->setRect(r); in scrollRect() 49 if (!SkIRect::Intersects(r, inval->getBounds())) { in scrollRect() 55 inval->op(r, SkRegion::kDifference_Op); in scrollRect()
|
/external/svox/pico/lib/ |
D | picokdt.c | 1215 const picoos_uint16 inval, in kdtMapInFixed() argument 1252 *outval = inval; in kdtMapInFixed() 1273 if (inval == dt->inpmaptable[pos]) { in kdtMapInFixed() 1275 PICODBG_TRACE(("s1 %d in %d -> out %d", imtnr, inval, *outval)); in kdtMapInFixed() 1283 if (inval == (((picoos_uint16)(dt->inpmaptable[pos+1])) << 8 | in kdtMapInFixed() 1286 PICODBG_TRACE(("s2 %d in %d -> out %d", imtnr, inval, *outval)); in kdtMapInFixed() 1304 const picoos_uint8 *inval, in kdtMapInGraph() argument 1323 ((ilen = picobase_det_utf8_length(inval[0])) == 0) || /* invalid? */ in kdtMapInGraph() 1380 if (dt->inpmaptable[pos + j] != inval[j]) { in kdtMapInGraph() 1401 const picoos_uint16 inval, in kdtMapOutFixed() argument [all …]
|
/external/skia/samplecode/ |
D | SampleClipDrawMatch.cpp | 142 case '1': fGeom = kRect_Geometry; this->inval(NULL); return true; in onQuery() 143 case '2': fGeom = kRRect_Geometry; this->inval(NULL); return true; in onQuery() 144 case '3': fGeom = kCircle_Geometry; this->inval(NULL); return true; in onQuery() 145 case '4': fGeom = kConvexPath_Geometry; this->inval(NULL); return true; in onQuery() 146 case '5': fGeom = kConcavePath_Geometry; this->inval(NULL); return true; in onQuery() 147 case '6': fGeom = kRectAndRect_Geometry; this->inval(NULL); return true; in onQuery() 148 case '7': fGeom = kRectAndRRect_Geometry; this->inval(NULL); return true; in onQuery() 149 case '8': fGeom = kRectAndConvex_Geometry; this->inval(NULL); return true; in onQuery() 150 case '9': fGeom = kRectAndConcave_Geometry; this->inval(NULL); return true; in onQuery() 151 case 'f': fSign = -fSign; this->inval(NULL); return true; in onQuery() [all …]
|
D | SampleFatBits.cpp | 393 this->inval(NULL); in setStyle() 407 this->inval(NULL); in onQuery() 411 this->inval(NULL); in onQuery() 415 this->inval(NULL); in onQuery() 419 this->inval(NULL); in onQuery() 430 this->inval(NULL); in onQuery() 434 this->inval(NULL); in onQuery() 438 this->inval(NULL); in onQuery() 442 this->inval(NULL); in onQuery() 503 this->inval(NULL); in onClick()
|
D | SampleLua.cpp | 95 this->inval(NULL); in onQuery() 122 this->inval(NULL); in onDrawContent() 140 this->inval(NULL); in onFindClickHandler() 167 this->inval(NULL); in onClick()
|
D | SampleApp.cpp | 645 this->inval(NULL); in zoomIn() 653 this->inval(NULL); in zoomOut() 662 this->inval(NULL); in updatePointer() 1043 this->inval(NULL); in draw() 1182 this->inval(NULL); in saveToPdf() 1224 this->inval(NULL); in afterChildren() 1350 this->inval(NULL); in beforeChild() 1405 this->inval(NULL); in updateMatrix() 1465 this->inval(NULL); in onEvent() 1480 this->inval(NULL); in onEvent() [all …]
|
D | SampleFilterQuality.cpp | 167 case '1': fAngle.inc(-ANGLE_DELTA); this->inval(NULL); return true; in onQuery() 168 case '2': fAngle.inc( ANGLE_DELTA); this->inval(NULL); return true; in onQuery() 169 case '3': fScale.inc(-SCALE_DELTA); this->inval(NULL); return true; in onQuery() 170 case '4': fScale.inc( SCALE_DELTA); this->inval(NULL); return true; in onQuery() 171 case '5': fShowFatBits = !fShowFatBits; this->inval(NULL); return true; in onQuery() 285 this->inval(NULL); in handleKey()
|
/external/libopus/silk/ |
D | biquad_alt.c | 54 opus_int32 inval, A0_U_Q28, A0_L_Q28, A1_U_Q28, A1_L_Q28, out32_Q14; in silk_biquad_alt() local 64 inval = in[ k * stride ]; in silk_biquad_alt() 65 out32_Q14 = silk_LSHIFT( silk_SMLAWB( S[ 0 ], B_Q28[ 0 ], inval ), 2 ); in silk_biquad_alt() 69 S[ 0 ] = silk_SMLAWB( S[ 0 ], B_Q28[ 1 ], inval); in silk_biquad_alt() 73 S[ 1 ] = silk_SMLAWB( S[ 1 ], B_Q28[ 2 ], inval ); in silk_biquad_alt()
|
/external/eigen/bench/spbench/ |
D | spbenchsolver.cpp | 63 string inval; in main() local 64 if (get_options(argc, args, "--eps", &inval)) in main() 65 tol = atof(inval.c_str()); in main() 66 if(get_options(argc, args, "--maxits", &inval)) in main() 67 maxiters = atoi(inval.c_str()); in main()
|
/external/skia/include/images/ |
D | SkPageFlipper.h | 37 void inval(); 38 void inval(const SkIRect&); 39 void inval(const SkRegion&); 40 void inval(const SkRect&, bool antialias);
|
/external/skia/src/images/ |
D | SkPageFlipper.cpp | 41 void SkPageFlipper::inval() { in inval() function in SkPageFlipper 45 void SkPageFlipper::inval(const SkIRect& rect) { in inval() function in SkPageFlipper 53 void SkPageFlipper::inval(const SkRegion& rgn) { in inval() function in SkPageFlipper 61 void SkPageFlipper::inval(const SkRect& rect, bool antialias) { in inval() function in SkPageFlipper 67 this->inval(r); in inval()
|
/external/skia/src/animator/ |
D | SkDisplayBounds.cpp | 17 SK_MEMBER(inval, Boolean) 24 SkDisplayBounds::SkDisplayBounds() : inval(false) { in SkDisplayBounds() 28 maker.fDisplayList.fUnionBounds = SkToBool(inval); in draw() 34 if (inval && fBounds.isEmpty() == false) { in draw()
|
D | SkAnimator.cpp | 291 void SkAnimator::getInvalBounds(SkRect* inval) { in getInvalBounds() argument 293 inval->fLeft = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fLeft); in getInvalBounds() 294 inval->fTop = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fTop); in getInvalBounds() 295 inval->fRight = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fRight); in getInvalBounds() 296 inval->fBottom = SkIntToScalar(fMaker->fDisplayList.fInvalBounds.fBottom); in getInvalBounds() 298 inval->fLeft = inval->fTop = -SK_ScalarMax; in getInvalBounds() 299 inval->fRight = inval->fBottom = SK_ScalarMax; in getInvalBounds() 421 goto inval; in onEvent() 425 goto inval; in onEvent() 468 inval: in onEvent()
|
/external/clang/test/Parser/ |
D | block-pointer-decl.c | 18 int (^blockptr) (int) = ^(int inval) { in main() 19 printf ("Inputs: %d, %d.\n", argc, inval); in main() 20 return argc * inval; in main()
|
/external/skia/src/views/animated/ |
D | SkImageView.cpp | 68 this->inval(NULL); in setScaleType() 113 this->inval(NULL); in setImageMatrix() 123 this->inval(NULL); in onEvent() 177 this->inval(NULL); in onDraw() 183 this->inval(&bounds); in onDraw() 210 this->inval(NULL); in onUriChange()
|
D | SkBorderView.cpp | 55 this->inval(NULL); in onDraw() 60 this->inval(&bounds); in onDraw() 68 this->inval(NULL); in onEvent()
|
D | SkStaticTextView.cpp | 65 this->inval(NULL); in setSpacingAlign() 80 this->inval(NULL); in setMargin() 116 this->inval(NULL); in setText() 132 this->inval(NULL); in setPaint()
|
D | SkProgressBarView.cpp | 38 this->inval(NULL); in onDraw() 43 this->inval(&bounds); in onDraw() 51 this->inval(NULL); in onEvent()
|
D | SkScrollBarView.cpp | 92 this->inval(NULL); in onDraw() 97 this->inval(&bounds); in onDraw() 105 this->inval(NULL); in onEvent()
|
D | SkWidgetViews.cpp | 162 this->inval(NULL); in onLabelChange() 211 this->inval(NULL); in onCheckStateChange() 299 this->inval(NULL); in onDraw() 304 this->inval(&bounds); in onDraw() 312 this->inval(NULL); in onEvent()
|
/external/llvm/test/Transforms/LICM/ |
D | constexpr.ll | 27 %inval.pre = load i32*, i32** @in, align 8 37 %inval = phi i32* [ %inval.pre, %do.body.l2_crit_edge ], [ %0, %l1 ] 38 %int = ptrtoint i32* %inval to i64
|
/external/skia/src/views/ |
D | SkView.cpp | 34 this->inval(NULL); in setFlags() 40 this->inval(NULL); in setFlags() 70 this->inval(NULL); in setSize() 73 this->inval(NULL); in setSize() 83 this->inval(NULL); in setLoc() 85 this->inval(NULL); in setLoc() 97 this->inval(NULL); in setLocalMatrix() 99 this->inval(NULL); in setLocalMatrix() 146 void SkView::inval(SkRect* rect) { in inval() function in SkView 308 this->inval(NULL); in onFocusChange() [all …]
|
D | SkProgressView.cpp | 36 this->inval(NULL); in setMax() 55 this->inval(NULL); in setValue() 77 this->inval(NULL); in onDraw()
|
D | SkWidgets.cpp | 112 this->inval(NULL); 199 this->inval(NULL); 383 this->inval(NULL); 398 this->inval(NULL); 432 this->inval(NULL); 448 this->inval(NULL);
|
/external/lldb/test/lang/objc/blocks/ |
D | ivars-in-blocks.m | 32 _block_ptr = ^(int inval) 34 _hidden_ivar += inval; 35 return blocky_ivar * inval; // Break here inside the block.
|