HomeSort by relevance Sort by last modified time
    Searched refs:fSource (Results 1 - 13 of 13) sorted by null

  /external/skia/src/core/
SkProcSpriteBlitter.cpp 30 size_t srcRB = fSource.rowBytes();
32 const char* src = (const char*)fSource.getPixels() + (y - fTop) * srcRB + ((x - fLeft) << fSrcShift);
36 if fSource.getColorTable())
37 ctable = fSource.getColorTable()->lockColors();
46 if fSource.getColorTable())
47 fSource.getColorTable()->unlockColors(false);
SkSpriteBlitterTemplate.h 32 fSource->SkSPRITE_SRC_GETADDR(srcX, srcY);
34 unsigned srcRB = fSource->rowBytes();
37 SkDEBUGCODE((void)fSource->SkSPRITE_SRC_GETADDR(srcX + width - 1, srcY + height - 1);)
39 SkSPRITE_PREAMBLE((*fSource), srcX, srcY);
67 SkSPRITE_POSTAMBLE((*fSource));
SkBlitter_Sprite.cpp 21 : fSource(&source)
23 fSource->lockPixels();
28 fSource->unlockPixels();
SkSpriteBlitter_ARGB32.cpp 48 const SK_RESTRICT uint32_t* src = fSource->getAddr32(x - fLeft,
51 size_t srcRB = fSource->rowBytes();
136 const SK_RESTRICT uint32_t* src = fSource->getAddr32(x - fLeft,
139 unsigned srcRB = fSource->rowBytes();
183 const SK_RESTRICT SkPMColor16* src = fSource->getAddr16(x - fLeft,
186 unsigned srcRB = fSource->rowBytes();
230 const SK_RESTRICT SkPMColor16* src = fSource->getAddr16(x - fLeft,
233 unsigned srcRB = fSource->rowBytes();
259 const SK_RESTRICT SkPMColor16* src = fSource->getAddr16(x - fLeft,
262 unsigned srcRB = fSource->rowBytes()
    [all...]
SkSpriteBlitter.h 49 const SkBitmap* fSource;
SkSpriteBlitter_RGB16.cpp 67 const SK_RESTRICT uint16_t* src = fSource->getAddr16(x - fLeft,
70 unsigned srcRB = fSource->rowBytes();
283 if (!fSource->isOpaque()) {
294 const SK_RESTRICT SkPMColor* src = fSource->getAddr32(x - fLeft,
297 unsigned srcRB = fSource->rowBytes();
  /external/webkit/JavaScriptGlue/
JSRun.cpp 50 fSource(CFStringToUString(source)),
67 return fSource;
77 return JSC::evaluate(fGlobalObject->globalExec(), fGlobalObject->globalScopeChain(), makeSource(fSource));
82 return JSC::checkSyntax(fGlobalObject->globalExec(), makeSource(fSource)).complType() != Throw;
JSRun.h 69 UString fSource;
  /external/skia/src/views/
SkListWidget.cpp 15 fSource = NULL; // our list-source
35 fSource->safeUnref();
81 if (fSource)
85 index = fSource->countRecords() - 1;
100 if (fSource)
106 index = SkMin32(index + 1, fSource->countRecords() - 1);
126 if (fSource && (unsigned)fCurrIndex < (unsigned)fSource->countRecords())
138 SkASSERT((unsigned)newIndex < (unsigned)fSource->countRecords());
192 if (fSource != src
    [all...]
SkListView.cpp 205 fSource = NULL;
222 fSource->safeUnref();
257 if (fSource)
261 index = fSource->countRows() - 1;
270 if (fSource)
276 index = SkMin32(index + 1, fSource->countRows() - 1);
290 if (fSource == NULL)
293 if ((unsigned)fCurrIndex < (unsigned)fSource->countRows())
303 SkASSERT((unsigned)fScrollIndex < (unsigned)fSource->countRows());
337 if (fSource != src
    [all...]
  /external/skia/include/views/
SkWidgetViews.h 243 SkListSource* getListSource() const { return fSource; }
281 SkListSource* fSource;
SkWidget.h 379 SkListSource* getListSource() const { return fSource; }
404 SkListSource* fSource;
449 SkListSource* getListSource() const { return fSource; }
461 SkListSource* fSource;
  /external/jdiff/
xerces.jar 

Completed in 262 milliseconds