Searched refs:fSource (Results 1 - 16 of 16) sorted by relevance

/external/skia/src/core/
H A DSkProcSpriteBlitter.cpp22 size_t srcRB = fSource.rowBytes();
24 const char* src = (const char*)fSource.getPixels() + (y - fTop) * srcRB + ((x - fLeft) << fSrcShift);
28 if fSource.getColorTable())
29 ctable = fSource.getColorTable()->lockColors();
38 if fSource.getColorTable())
39 fSource.getColorTable()->unlockColors(false);
H A DSkSpriteBlitterTemplate.h24 fSource->SkSPRITE_SRC_GETADDR(srcX, srcY);
26 unsigned srcRB = fSource->rowBytes();
29 SkDEBUGCODE((void)fSource->SkSPRITE_SRC_GETADDR(srcX + width - 1, srcY + height - 1);)
31 SkSPRITE_PREAMBLE((*fSource), srcX, srcY);
59 SkSPRITE_POSTAMBLE((*fSource));
H A DSkBlitter_Sprite.cpp13 : fSource(&source) {
14 fSource->lockPixels();
18 fSource->unlockPixels();
H A DSkSpriteBlitter_ARGB32.cpp40 const uint32_t* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
43 size_t srcRB = fSource->rowBytes();
128 const uint32_t* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
131 unsigned srcRB = fSource->rowBytes();
175 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
178 unsigned srcRB = fSource->rowBytes();
222 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
225 unsigned srcRB = fSource->rowBytes();
251 const SkPMColor16* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
254 unsigned srcRB = fSource
[all...]
H A DSkSpriteBlitter.h41 const SkBitmap* fSource; member in class:SkSpriteBlitter
H A DSkSpriteBlitter_RGB16.cpp59 const uint16_t* SK_RESTRICT src = fSource->getAddr16(x - fLeft,
62 unsigned srcRB = fSource->rowBytes();
275 if (!fSource->isOpaque()) {
286 const SkPMColor* SK_RESTRICT src = fSource->getAddr32(x - fLeft,
289 unsigned srcRB = fSource->rowBytes();
/external/webkit/Source/JavaScriptGlue/
H A DJSRun.cpp45 fSource(CFStringToUString(source)),
62 return fSource;
72 return JSC::evaluate(fGlobalObject->globalExec(), fGlobalObject->globalScopeChain(), makeSource(fSource));
77 return JSC::checkSyntax(fGlobalObject->globalExec(), makeSource(fSource)).complType() != Throw;
H A DJSRun.h59 UString fSource; member in class:JSRun
/external/skia/src/views/
H A DSkListWidget.cpp22 fSource = NULL; // our list-source
42 SkSafeUnref(fSource);
88 if (fSource)
92 index = fSource->countRecords() - 1;
107 if (fSource)
113 index = SkMin32(index + 1, fSource->countRecords() - 1);
133 if (fSource && (unsigned)fCurrIndex < (unsigned)fSource->countRecords())
145 SkASSERT((unsigned)newIndex < (unsigned)fSource->countRecords());
199 if (fSource !
[all...]
H A DSkListView.cpp212 fSource = NULL;
229 fSource->safeUnref();
264 if (fSource)
268 index = fSource->countRows() - 1;
277 if (fSource)
283 index = SkMin32(index + 1, fSource->countRows() - 1);
297 if (fSource == NULL)
300 if ((unsigned)fCurrIndex < (unsigned)fSource->countRows())
310 SkASSERT((unsigned)fScrollIndex < (unsigned)fSource->countRows());
344 if (fSource !
[all...]
/external/skia/include/views/
H A DSkWidget.h372 SkListSource* getListSource() const { return fSource; }
397 SkListSource* fSource; member in class:SkListView
442 SkListSource* getListSource() const { return fSource; }
454 SkListSource* fSource; member in class:SkGridView
H A DSkWidgetViews.h238 SkListSource* getListSource() const { return fSource; }
276 SkListSource* fSource; member in class:SkListView
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 231 milliseconds