Home
last modified time | relevance | path

Searched refs:origSrc (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkPaint.cpp2069 const SkRect& SkPaint::doComputeFastBounds(const SkRect& origSrc, in doComputeFastBounds() argument
2074 const SkRect* src = &origSrc; in doComputeFastBounds()
2084 this->getPathEffect()->computeFastBounds(&tmpSrc, origSrc); in doComputeFastBounds()
/external/skia/samplecode/
DSampleApp.cpp1195 const SkIRect& origSrc, const SkRect& dst, ShowLCDProc proc) { in show_lcd_grid() argument
1197 if (!src.intersect(origSrc, bitmap.bounds())) { in show_lcd_grid()
/external/sqlite/dist/
Dsqlite3.c119719 struct SrcList_item *origSrc; /* Original list of tables */
119727 origSrc = pWInfo->pTabList->a;
119729 memcpy(&pOrTab->a[k], &origSrc[pLevel[k].iFrom], sizeof(pOrTab->a[k]));
/external/sqlite/dist/orig/
Dsqlite3.c119701 struct SrcList_item *origSrc; /* Original list of tables */
119709 origSrc = pWInfo->pTabList->a;
119711 memcpy(&pOrTab->a[k], &origSrc[pLevel[k].iFrom], sizeof(pOrTab->a[k]));