Searched refs:fSize (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DMMap.h17 fSize(-1), // -1 is the error value returned by GetFileSize()
24 fSize = 0;
26 fSize++;
30 fSize++;
32 fBuff = (char*)malloc(sizeof(char) * fSize);
43 int getSize() { return fSize; }
51 int fSize; // size of file to map in member in class:TMMap
/external/chromium_org/third_party/skia/bench/
H A DPerlinNoiseBench.cpp12 SkISize fSize; member in class:PerlinNoiseBench
16 fSize = SkISize::Make(80, 80);
33 SkIntToScalar(fSize.width()), SkIntToScalar(fSize.height())));
35 SkIntToScalar(fSize.width()),
36 SkIntToScalar(fSize.height()));
46 seed, stitchTiles ? &fSize : NULL) :
48 seed, stitchTiles ? &fSize : NULL);
/external/chromium_org/third_party/skia/src/gpu/gl/debug/
H A DGrBufferObj.cpp17 fSize = size;
20 memcpy(fDataPtr, dataPtr, fSize);
H A DGrBufferObj.h25 , fSize(0)
52 GrGLsizeiptr getSize() const { return fSize; }
68 GrGLsizeiptr fSize; // size in bytes member in class:GrBufferObj
/external/skia/bench/
H A DPerlinNoiseBench.cpp12 SkISize fSize; member in class:PerlinNoiseBench
16 fSize = SkISize::Make(80, 80);
33 SkIntToScalar(fSize.width()), SkIntToScalar(fSize.height())));
35 SkIntToScalar(fSize.width()),
36 SkIntToScalar(fSize.height()));
46 seed, stitchTiles ? &fSize : NULL) :
48 seed, stitchTiles ? &fSize : NULL);
/external/skia/src/gpu/gl/debug/
H A DGrBufferObj.cpp17 fSize = size;
20 memcpy(fDataPtr, dataPtr, fSize);
H A DGrBufferObj.h25 , fSize(0)
52 GrGLsizeiptr getSize() const { return fSize; }
68 GrGLsizeiptr fSize; // size in bytes member in class:GrBufferObj
/external/chromium_org/third_party/skia/samplecode/
H A DSampleSubpixelTranslate.cpp44 fSize = 200;
49 SkScalar fSize; member in class:SubpixelTranslateView
78 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY, fSize, fSize );
82 canvas->drawText( "AA Scaled", strlen("AA Scaled"), fCurPos.fX + SK_ARRAY_COUNT(gLevels) * (fSize + 10), fCurPos.fY + fSize/2, paint );
87 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY + fSize + 10, fSize, fSiz
[all...]
H A DSampleOvalTest.cpp17 SkSize fSize; member in class:OvalTestView
23 fSize.set(SK_Scalar1, SK_Scalar1);
48 canvas.drawOval(SkRect::MakeSize(fSize), p);
54 const SkScalar rad = SkScalarHalf(fSize.width());
55 SkScalar cx = SkScalarHalf(fSize.width());
56 SkScalar cy = SkScalarHalf(fSize.height());
93 if (fSize.fWidth < kLimit) {
94 SkDebugf("--- width=%g, flat=%d buldge=%d total: flat=%d buldge=%d\n", fSize.fWidth,
96 fSize.fWidth += SK_Scalar1;
97 fSize
[all...]
/external/skia/samplecode/
H A DSampleSubpixelTranslate.cpp48 fSize = 200;
54 SkScalar fSize; member in class:SubpixelTranslateView
83 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY, fSize, fSize );
87 canvas->drawText( "AA Scaled", strlen("AA Scaled"), fCurPos.fX + SK_ARRAY_COUNT(gLevels) * (fSize + 10), fCurPos.fY + fSize/2, paint );
92 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY + fSize + 10, fSize, fSiz
[all...]
H A DSampleOvalTest.cpp17 SkSize fSize; member in class:OvalTestView
23 fSize.set(SK_Scalar1, SK_Scalar1);
48 canvas.drawOval(SkRect::MakeSize(fSize), p);
54 const SkScalar rad = SkScalarHalf(fSize.width());
55 SkScalar cx = SkScalarHalf(fSize.width());
56 SkScalar cy = SkScalarHalf(fSize.height());
93 if (fSize.fWidth < kLimit) {
94 SkDebugf("--- width=%g, flat=%d buldge=%d total: flat=%d buldge=%d\n", fSize.fWidth,
96 fSize.fWidth += SK_Scalar1;
97 fSize
[all...]
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Utils.cpp22 CPDF_Rect CFFL_Utils::InflateRect(const CPDF_Rect & crRect,const FX_FLOAT & fSize) argument
24 CPDF_Rect crNew(crRect.left - fSize,
25 crRect.bottom - fSize,
26 crRect.right + fSize,
27 crRect.top + fSize);
32 CPDF_Rect CFFL_Utils::DeflateRect(const CPDF_Rect & crRect,const FX_FLOAT & fSize) argument
34 CPDF_Rect crNew(crRect.left + fSize,
35 crRect.bottom + fSize,
36 crRect.right - fSize,
37 crRect.top - fSize);
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkMipMap.h29 size_t getSize() const { return fSize; }
32 size_t fSize; member in class:SkMipMap
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_Utils.h16 static CPDF_Rect InflateRect(const CPDF_Rect & crRect, const FX_FLOAT & fSize);
17 static CPDF_Rect DeflateRect(const CPDF_Rect & crRect, const FX_FLOAT & fSize);
/external/skia/src/core/
H A DSkMipMap.h29 size_t getSize() const { return fSize; }
32 size_t fSize; member in class:SkMipMap
H A DSkData.cpp16 fSize = size;
23 fReleaseProc(fPtr, fSize, fReleaseProcContext);
32 return fSize == other->fSize && !memcmp(fPtr, other->fPtr, fSize);
36 size_t available = fSize;
/external/chromium_org/third_party/skia/gm/
H A Dfilterbitmap.cpp148 : fSize(size), fNumChecks(num_checks)
150 fName.printf("filterbitmap_checkerboard_%d_%d", fSize, fNumChecks);
154 int fSize; member in class:FilterBitmapCheckerboardGM
158 return 192.f/fSize;
162 fBM.allocN32Pixels(fSize, fSize);
163 for (int y = 0; y < fSize; y ++) {
164 for (int x = 0; x < fSize; x ++) {
166 int cx = (x * fNumChecks) / fSize;
167 int cy = (y * fNumChecks) / fSize;
190 int fSize; member in class:FilterBitmapImageGM
[all...]
H A Ddownsamplebitmap.cpp131 : INHERITED(filterLevel), fSize(size), fNumChecks(numChecks)
133 fName.printf("downsamplebitmap_checkerboard_%s_%d_%d", this->filterLevelToString(), fSize, fNumChecks);
137 int fSize; member in class:DownsampleBitmapCheckerboardGM
141 fBM.allocN32Pixels(fSize, fSize);
142 for (int y = 0; y < fSize; ++y) {
143 for (int x = 0; x < fSize; ++x) {
145 int cx = (x * fNumChecks) / fSize;
146 int cy = (y * fNumChecks) / fSize;
169 int fSize; member in class:DownsampleBitmapImageGM
[all...]
H A Dperlinnoise.cpp15 fSize = SkISize::Make(80, 80);
39 SkISize tileSize = SkISize::Make(fSize.width() / 2, fSize.height() / 2);
56 drawRect(canvas, x, y, paint, fSize);
92 SkISize fSize; member in class:PerlinNoiseGM
98 fSize = SkISize::Make(80, 80);
115 seed, stitchTiles ? &fSize : NULL) :
117 seed, stitchTiles ? &fSize : NULL);
127 const SkScalar w = SkIntToScalar(fSize.width());
128 const SkScalar h = SkIntToScalar(fSize
174 SkISize fSize; member in class:PerlinNoiseGM2
[all...]
/external/skia/gm/
H A Dfilterbitmap.cpp148 : fSize(size), fNumChecks(num_checks)
150 fName.printf("filterbitmap_checkerboard_%d_%d", fSize, fNumChecks);
154 int fSize; member in class:FilterBitmapCheckerboardGM
158 return 192.f/fSize;
162 fBM.allocN32Pixels(fSize, fSize);
163 for (int y = 0; y < fSize; y ++) {
164 for (int x = 0; x < fSize; x ++) {
166 int cx = (x * fNumChecks) / fSize;
167 int cy = (y * fNumChecks) / fSize;
190 int fSize; member in class:FilterBitmapImageGM
[all...]
H A Ddownsamplebitmap.cpp134 : INHERITED(filterLevel), fSize(size), fNumChecks(numChecks)
136 fName.printf("downsamplebitmap_checkerboard_%s_%d_%d", this->filterLevelToString(), fSize, fNumChecks);
140 int fSize; member in class:DownsampleBitmapCheckerboardGM
144 fBM.allocN32Pixels(fSize, fSize);
145 for (int y = 0; y < fSize; ++y) {
146 for (int x = 0; x < fSize; ++x) {
148 int cx = (x * fNumChecks) / fSize;
149 int cy = (y * fNumChecks) / fSize;
172 int fSize; member in class:DownsampleBitmapImageGM
[all...]
H A Dperlinnoise.cpp15 fSize = SkISize::Make(80, 80);
39 SkISize tileSize = SkISize::Make(fSize.width() / 2, fSize.height() / 2);
56 drawRect(canvas, x, y, paint, fSize);
92 SkISize fSize; member in class:PerlinNoiseGM
98 fSize = SkISize::Make(80, 80);
115 seed, stitchTiles ? &fSize : NULL) :
117 seed, stitchTiles ? &fSize : NULL);
127 const SkScalar w = SkIntToScalar(fSize.width());
128 const SkScalar h = SkIntToScalar(fSize
174 SkISize fSize; member in class:PerlinNoiseGM2
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkData.h28 size_t size() const { return fSize; }
30 bool isEmpty() const { return 0 == fSize; }
51 if (fSize) {
165 size_t fSize; member in class:SkData
H A DSkTypes.h510 fSize = size;
541 if (size == fSize || (kReuse_OnShrink == shrink && size < fSize)) {
550 fSize = size;
578 fSize = 0;
584 size_t fSize; // can be larger than the requested size (see kReuse) member in class:SkAutoMalloc
603 fSize = kSize;
613 fSize = kSize;
645 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
670 size_t fSize; // can be larger than the requested size (see kReuse) member in class:SkAutoSMalloc
[all...]
/external/skia/include/core/
H A DSkData.h30 size_t size() const { return fSize; }
32 bool isEmpty() const { return 0 == fSize; }
134 size_t fSize; member in class:SkData

Completed in 378 milliseconds

12345