HomeSort by relevance Sort by last modified time
    Searched refs:fSize (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/chromium_org/third_party/skia/src/ports/
SkPurgeableMemoryBlock_mac.cpp 40 , fSize(round_to_page_size(size))
47 static_cast<vm_size_t>(fSize));
60 kern_return_t ret = vm_allocate(mach_task_self(), &addr, static_cast<vm_size_t>(fSize),
  /external/skia/src/ports/
SkPurgeableMemoryBlock_mac.cpp 40 , fSize(round_to_page_size(size))
47 static_cast<vm_size_t>(fSize));
60 kern_return_t ret = vm_allocate(mach_task_self(), &addr, static_cast<vm_size_t>(fSize),
  /external/chromium_org/third_party/skia/src/images/
SkImageRef_ashmem.h 16 size_t fSize;
SkImageRef_ashmem.cpp 41 fRec.fSize = 0;
58 SkASSERT(fRec.fSize);
59 munmap(fRec.fAddr, fRec.fSize);
81 SkASSERT(0 == fRec->fSize);
111 fRec->fSize = size;
114 SkASSERT(size == fRec->fSize);
226 fRec.fSize = 0;
  /external/skia/src/images/
SkImageRef_ashmem.h 16 size_t fSize;
SkImageRef_ashmem.cpp 41 fRec.fSize = 0;
58 SkASSERT(fRec.fSize);
59 munmap(fRec.fAddr, fRec.fSize);
81 SkASSERT(0 == fRec->fSize);
111 fRec->fSize = size;
114 SkASSERT(size == fRec->fSize);
226 fRec.fSize = 0;
  /external/skia/bench/
ChartBench.cpp 92 fSize.fWidth = -1;
93 fSize.fHeight = -1;
107 if (canvas->getDeviceSize() != fSize) {
108 fSize = canvas->getDeviceSize();
112 SkScalar ySpread = SkIntToScalar(fSize.fHeight / 20);
114 SkScalar height = SkIntToScalar(fSize.fHeight);
116 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2);
183 SkISize fSize;
  /external/yaffs2/yaffs2/direct/
yaffs_fileem.c 70 int fSize;
94 fSize = lseek(filedisk.handle,0,SEEK_END);
96 if(fSize < SIZE_IN_MB * 1024 * 1024)
yaffs_fileem2k.c 79 int fSize;
84 fSize = lseek(h,0,SEEK_END);
86 if(fSize < requiredSize){
105 off_t fSize;
  /external/chromium_org/third_party/skia/src/core/
SkDataTable.cpp 57 return fU.fDir[index].fSize;
71 *size = fU.fDir[index].fSize;
106 dir[i].fSize = sizes[i];
167 dir->fSize = size;
SkStream.cpp 676 , fSize(size) , fOffset(0), fCurrentOffset(0) { }
680 , fSize(size) , fOffset(0), fCurrentOffset(0) { }
684 if (fOffset + count > fSize) {
685 count = fSize - fOffset;
710 return fOffset == fSize;
721 return SkNEW_ARGS(SkBlockMemoryStream, (fBlockMemory.get(), fSize));
758 return fSize;
771 size_t const fSize;
  /external/skia/src/core/
SkDataTable.cpp 57 return fU.fDir[index].fSize;
71 *size = fU.fDir[index].fSize;
106 dir[i].fSize = sizes[i];
167 dir->fSize = size;
  /external/chromium_org/third_party/skia/include/core/
SkPathEffect.h 71 fSize.set(SK_Scalar1, SK_Scalar1);
93 SkVector fSize; // the size to draw the points
SkWriter32.h 41 , fSize(0)
48 size_t bytesWritten() const { return fSize; }
70 fSize += size;
272 size_t fSize;
  /external/skia/include/core/
SkPathEffect.h 71 fSize.set(SK_Scalar1, SK_Scalar1);
93 SkVector fSize; // the size to draw the points
SkWriter32.h 41 , fSize(0)
48 size_t bytesWritten() const { return fSize; }
70 fSize += size;
272 size_t fSize;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3filestream.c 356 ANTLR3_UINT32 fSize;
371 fSize = antlr3Fsize(fileName); /* Size of input file */
375 input->data = ANTLR3_MALLOC((size_t)fSize);
376 input->sizeBuf = fSize;
388 antlr3Fread(infile, fSize, input->data);
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkBitmapCache.cpp 17 size_t fSize;
25 fSize = size;
32 return (fSize == size) && !memcmp(fBuffer, buffer, size);
  /external/skia/src/effects/gradients/
SkBitmapCache.cpp 17 size_t fSize;
25 fSize = size;
32 return (fSize == size) && !memcmp(fBuffer, buffer, size);
  /external/skia/tests/
DeviceLooperTest.cpp 102 SkISize fSize;
110 const int w = gRec[i].fSize.width();
111 const int h = gRec[i].fSize.height();
  /external/skia/gm/
scalebitmap.cpp 42 fSize = fBM.height();
51 int fSize;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLVertexArray.cpp 31 array->fSize != size ||
45 array->fSize = size;
67 array->fSize != size ||
78 array->fSize = size;
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 53 fSize.set(width, height);
59 virtual int width() const SK_OVERRIDE { return fSize.width(); }
60 virtual int height() const SK_OVERRIDE { return fSize.height(); }
179 SkISize fSize;
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 31 array->fSize != size ||
45 array->fSize = size;
67 array->fSize != size ||
78 array->fSize = size;
  /external/skia/src/utils/
SkPictureUtils.cpp 53 fSize.set(width, height);
59 virtual int width() const SK_OVERRIDE { return fSize.width(); }
60 virtual int height() const SK_OVERRIDE { return fSize.height(); }
179 SkISize fSize;

Completed in 385 milliseconds

12 3 4