Searched defs:fSize (Results 1 - 25 of 61) sorted by relevance

123

/external/skia/src/pdf/
H A DSkJpegInfo.h15 SkISize fSize; member in struct:SkJFIFInfo
H A DSkJpegInfo.cpp16 , fSize(skdata->size())
32 if (fOffset + fLength > fSize) {
56 const size_t fSize; member in class:__anon17142::JpegSegment
63 if (fOffset + 2 > fSize) {
110 info->fSize.set(JpegSegment::GetBigendianUint16(&segment.data()[3]),
/external/skia/samplecode/
H A DSampleSubpixelTranslate.cpp35 fSize = 200;
40 SkScalar fSize; member in class:SubpixelTranslateView
70 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY, fSize, fSize );
74 canvas->drawText( "AA Scaled", strlen("AA Scaled"), fCurPos.fX + SK_ARRAY_COUNT(gQualitys) * (fSize + 10), fCurPos.fY + fSize/2, paint );
79 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY + fSize + 10, fSize, fSiz
[all...]
/external/skia/src/core/
H A DSkColorSpaceXform_A2B.h24 int fSize; member in struct:SkTableTransferFn
H A DSkAutoMalloc.h24 : fPtr(size ? sk_malloc_throw(size) : nullptr), fSize(size) {}
50 if (size != fSize && (size > fSize || kReuse_OnShrink != shrink)) {
52 fSize = size;
68 fSize = 0;
77 size_t fSize; // can be larger than the requested size (see kReuse) member in class:SkAutoMalloc
95 fSize = kSize;
104 fSize = kSize;
134 bool alloc = size != fSize && (SkAutoMalloc::kAlloc_OnShrink == shrink || size > fSize);
170 size_t fSize; // can be larger than the requested size (see kReuse) member in class:SkAutoSMalloc
[all...]
/external/swiftshader/src/OpenGL/compiler/
H A DMMap.h25 fSize(-1), // -1 is the error value returned by GetFileSize()
32 fSize = 0;
34 fSize++;
38 fSize++;
40 fBuff = (char*)malloc(sizeof(char) * fSize);
51 int getSize() { return fSize; }
59 int fSize; // size of file to map in member in class:TMMap
/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 : nullptr) :
48 seed, stitchTiles ? &fSize : nullptr);
H A DMeasureBench.cpp26 float fSize; member in class:MeasureBench
34 fSize(size),
37 fUsePathMeasure ? "pathMeasure" : "curveMeasure", fSize,
41 auto p2 = SkPoint::Make(30*fSize, 0);
42 auto p3 = SkPoint::Make(15*fSize, 15*fSize);
62 return std::max(2, 10000 / ((int)fSize*(int)fPieces));
H A DChartBench.cpp94 fSize.fWidth = -1;
95 fSize.fHeight = -1;
109 if (canvas->getBaseLayerSize() != fSize) {
110 fSize = canvas->getBaseLayerSize();
114 SkScalar ySpread = SkIntToScalar(fSize.fHeight / 20);
116 SkScalar height = SkIntToScalar(fSize.fHeight);
118 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2);
184 SkISize fSize; member in class:ChartBench
/external/skia/include/core/
H A DSkData.h27 size_t size() const { return fSize; }
29 bool isEmpty() const { return 0 == fSize; }
50 if (fSize) {
165 size_t fSize; member in class:final
H A DSkDataTable.h95 uintptr_t fSize; member in struct:SkDataTable::Dir
H A DSkPathEffect.h81 fSize.set(SK_Scalar1, SK_Scalar1);
103 SkVector fSize; // the size to draw the points member in class:SkPathEffect::PointData
/external/skia/src/gpu/
H A DSkGpuDevice.h133 SkISize fSize; member in class:SkGpuDevice
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3filestream.c356 ANTLR3_UINT32 fSize; local
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/dng_sdk/source/
H A Ddng_ref_counted_block.h46 uint32 fSize; member in struct:dng_ref_counted_block::header
51 , fSize (size)
109 return ((header *)fBuffer)->fSize;
/external/skia/gm/
H A Dfilterindiabox.cpp95 int fSize; member in class:FilterIndiaBoxGM
98 return 192.f/fSize;
106 fSize = fBM.height();
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 : nullptr) :
117 seed, stitchTiles ? &fSize : nullptr);
127 const SkScalar w = SkIntToScalar(fSize.width());
128 const SkScalar h = SkIntToScalar(fSize
174 SkISize fSize; member in class:PerlinNoiseGM2
[all...]
H A Danimatedimageblurs.cpp78 : fSize(0.0f)
87 fSize = rand->nextRangeF(10.0f, 60.f);
88 fPos.fX = rand->nextRangeF(fSize, kWidth - fSize);
89 fPos.fY = rand->nextRangeF(fSize, kHeight - fSize);
120 SkScalar size() const { return fSize; }
123 SkScalar fSize; member in class:AnimatedImageBlurs::Node
H A Ddownsamplebitmap.cpp145 : INHERITED(filterQuality), fSize(size), fNumChecks(numChecks)
147 fName.printf("downsamplebitmap_checkerboard_%s_%d_%d", this->filterQualityToString(), fSize, fNumChecks);
151 int fSize; member in class:DownsampleBitmapCheckerboardGM
155 make_checker(&fBM, fSize, fNumChecks);
171 int fSize; member in class:DownsampleBitmapImageGM
178 fSize = fBM.height();
H A Dfilterbitmap.cpp143 : fSize(size), fNumChecks(num_checks), fConvertToG8(convertToG8)
146 fSize, fNumChecks, convertToG8 ? "_g8" : "");
150 int fSize; member in class:FilterBitmapCheckerboardGM
154 return 192.f/fSize;
158 fBM.allocN32Pixels(fSize, fSize);
159 for (int y = 0; y < fSize; y ++) {
160 for (int x = 0; x < fSize; x ++) {
162 int cx = (x * fNumChecks) / fSize;
163 int cy = (y * fNumChecks) / fSize;
192 int fSize; member in class:FilterBitmapImageGM
[all...]
/external/skia/include/gpu/vk/
H A DGrVkTypes.h37 VkDeviceSize fSize; // this can be indeterminate iff Tex uses borrow semantics member in struct:GrVkAlloc
/external/skia/src/effects/gradients/
H A DSkGradientBitmapCache.cpp18 size_t fSize; member in struct:SkGradientBitmapCache::Entry
26 fSize = size;
33 return (fSize == size) && !memcmp(fBuffer, buffer, size);
/external/skia/src/utils/win/
H A DSkDWrite.h55 reinterpret_cast<const void **>(&fData), &fSize, &fLock, &fExists);
64 UINT32 fSize; member in class:AutoDWriteTable
/external/skia/tools/gpu/gl/debug/
H A DGrBufferObj.h25 , fSize(0)
52 GrGLsizeiptr getSize() const { return fSize; }
68 GrGLsizeiptr fSize; // size in bytes member in class:GrBufferObj
/external/icu/icu4c/source/common/
H A Duresimp.h78 int32_t fSize; member in struct:UResourceBundle

Completed in 9114 milliseconds

123