Searched defs:fStorage (Results 1 - 25 of 26) sorted by relevance

12

/external/skia/include/core/
H A DSkMallocPixelRef.h29 void* getAddr() const { return fStorage; }
48 void* fStorage; member in class:SkMallocPixelRef
H A DSkPerspIter.h29 const SkFixed* getXY() const { return fStorage; }
42 SkFixed fStorage[kCount * 2]; member in class:SkPerspIter
H A DSkTLazy.h27 fPtr = new (fStorage) T(*src);
33 fPtr = new (fStorage) T(*src->get());
55 fPtr = new (SkTCast<T*>(fStorage)) T;
69 fPtr = new (SkTCast<T*>(fStorage)) T(src);
87 T* fPtr; // NULL or fStorage
88 char fStorage[sizeof(T)]; member in class:SkTLazy
H A DSkThread_platform.h106 uint32_t fStorage[kStorageIntCount]; member in class:SkMutex
H A DSkTSearch.h144 char* fLC; // points to either the heap or fStorage
149 char fStorage[STORAGE+1]; member in class:SkAutoAsciiToLC
H A DSkTArray.h386 SkSTArray() : INHERITED(&fStorage) {
390 : INHERITED(array, &fStorage) {
394 : INHERITED(array, &fStorage) {
398 : INHERITED(array, count, &fStorage) {
411 SkAlignedSTStorage<N,T> fStorage; member in class:SkSTArray
H A DSkTemplates.h129 fArray = new (fStorage) T[count];
166 // since we come right after fArray, fStorage should be properly aligned
167 char fStorage[N * sizeof(T)]; member in class:SkAutoSTArray
292 void* get() { return fStorage.get(); }
294 SkAlignedSStorage<sizeof(T)*N> fStorage; member in class:SkAlignedSTStorage
H A DSkCanvas.h928 // in our constructor to ensure that fStorage is large enough
931 intptr_t fStorage[32]; member in class:SkCanvas::LayerIter
932 class SkDrawIter* fImpl; // this points at fStorage
H A DSkTypes.h502 fPtr = fStorage;
512 fPtr = fStorage;
522 if (fPtr != (void*)fStorage) {
548 if (fPtr != (void*)fStorage) {
553 fPtr = fStorage;
563 uint32_t fStorage[(kSize + 3) >> 2]; member in class:SkAutoSMalloc
/external/skia/src/core/
H A DSkTemplatesPriv.h52 SkAutoTPlacementDelete(T* obj, void* storage) : fObj(obj), fStorage(storage)
59 if (fObj == fStorage)
73 void* fStorage; member in class:SkAutoTPlacementDelete
H A DSkRegion_path.cpp41 const Scanline* line = (Scanline*)fStorage;
63 SkRegion::RunType* fStorage; member in class:SkRgnBuilder
89 sk_free(fStorage);
111 fStorage = (SkRegion::RunType*)sk_malloc_flags(size.get32(), 0);
112 if (NULL == fStorage) {
124 fCurrScanline = (Scanline*)fStorage;
158 SkASSERT(fCurrXPtr - fStorage < fStorageCount);
166 const SkRegion::RunType* line = fStorage;
174 SkASSERT((const SkRegion::RunType*)fCurrScanline - fStorage == 4);
176 const Scanline* line = (const Scanline*)fStorage;
[all...]
H A DSkScan_AntiPath.cpp418 uint32_t fStorage[(kMAX_STORAGE >> 2) + 1]; member in class:MaskSuperBlitter
426 fMask.fImage = (uint8_t*)fStorage;
435 // uninitialized memory. See comment in add_aa_span and fStorage[].
436 memset(fStorage, 0, fMask.fBounds.height() * fMask.fRowBytes + 1);
507 // (see the + 1 comment in fStorage[]
H A DSkDraw.cpp47 fStorage, sizeof(fStorage));
59 fStorage, sizeof(fStorage));
64 uint32_t fStorage[kBlitterStorageLongCount]; member in class:SkAutoBlitterChoose
68 if ((void*)fBlitter == (void*)fStorage) {
86 fStorage, sizeof(fStorage)));
99 if ((void*)shader == (void*)fStorage) {
111 uint32_t fStorage[kBlitterStorageLongCoun member in class:SkAutoBitmapShaderInstall
[all...]
/external/skia/include/utils/
H A DSkMeshUtils.h40 void* fStorage; // may be null member in class:SkMeshIndices
H A DSkInterpolator.h80 SkTimeCode* fTimes; // pointer into fStorage
81 void* fStorage; member in class:SkInterpolatorBase
118 SkScalar* fValues; // pointer into fStorage
/external/skia/src/gpu/
H A DGrPlotMgr.h22 if (needed <= sizeof(fStorage)) {
23 fBusy = fStorage;
31 if (fBusy != fStorage) {
71 char fStorage[STORAGE]; member in class:GrPlotMgr
H A DGrAllocator.h242 GrSTAllocator() : INHERITED(N, fStorage.get()) {
246 SkAlignedSTStorage<N, T> fStorage; member in class:GrSTAllocator
H A DSkGrFontScaler.cpp30 uint32_t fStorage[kMaxStorageInts]; member in class:SkGrDescKey
37 if (size <= sizeof(fStorage)) {
38 fDesc = GrTCast<SkDescriptor*>(fStorage);
46 if (fDesc != GrTCast<SkDescriptor*>(fStorage)) {
/external/icu4c/i18n/
H A Ddigitlst.h380 MaybeStackHeaderAndArray<decNumber, char, DEFAULT_DIGITS> fStorage; member in class:DigitList
/external/skia/include/effects/
H A DSkTestImageFilters.h96 intptr_t fStorage[16]; member in class:SkMergeImageFilter
/external/skia/src/images/
H A DSkCreateRLEPixelRef.cpp54 : SkBitmap::RLEPixels(width, height), fStorage(chunkSize) {
57 SkChunkAlloc fStorage; member in class:ChunkRLEPixels
87 dstRow = (uint8_t*)rlePixels->fStorage.allocThrow(size);
/external/skia/include/images/
H A DSkFlipPixelRef.h72 void* fStorage; member in class:SkFlipPixelRef
73 void* fPage0; // points into fStorage;
74 void* fPage1; // points into fStorage;
75 size_t fSize; // size of 1 page. fStorage holds 2 pages
/external/skia/src/effects/
H A DSkTableColorFilter.cpp12 uint8_t* dst = fStorage;
57 uint8_t fStorage[256 * 4]; member in class:SkTable_ColorFilter
100 const uint8_t* table = fStorage;
160 size_t size = SkPackBits::Pack8(fStorage, count * 256, storage);
179 size_t raw = SkPackBits::Unpack8(storage, size, fStorage);
181 SkASSERT(raw <= sizeof(fStorage));
192 memcpy(fBitmap->getAddr8(0, 0), fStorage, 256 * 4);
H A DSkGradientShader.cpp206 SkColor fStorage[(kStorageSize + 3) >> 2]; member in class:Gradient_Shader
281 fOrigColors = fStorage;
368 fOrigColors = fStorage;
392 if (fOrigColors != fStorage) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 211 milliseconds

12