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

12

/external/skia/src/core/
H A DSkYUVPlanesCache.h22 * fSize: Width and height of each of the 3 planes (in pixels).
30 SkISize fSize[3]; member in struct:SkYUVPlanesCache::Info
H A DSkCachedData.h21 size_t size() const { return fSize; }
50 size_t fSize; member in class:SkCachedData
/external/skia/samplecode/
H A DSampleSubpixelTranslate.cpp44 fSize = 200;
49 SkScalar fSize; member in class:SubpixelTranslateView
79 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY, fSize, fSize );
83 canvas->drawText( "AA Scaled", strlen("AA Scaled"), fCurPos.fX + SK_ARRAY_COUNT(gQualitys) * (fSize + 10), fCurPos.fY + fSize/2, paint );
88 SkRect r = SkRect::MakeXYWH( fCurPos.fX + i * (fSize + 10), fCurPos.fY + fSize + 10, fSize, fSiz
[all...]
H A DSampleChart.cpp87 fSize.set(-1, -1);
101 if (canvas->getDeviceSize() != fSize) {
102 fSize = canvas->getDeviceSize();
106 SkScalar ySpread = SkIntToScalar(fSize.fHeight / 20);
108 SkScalar height = SkIntToScalar(fSize.fHeight);
111 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2);
176 SkISize fSize; member in class:ChartView
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Utils.cpp24 CPDF_Rect CFFL_Utils::InflateRect(const CPDF_Rect & crRect,const FX_FLOAT & fSize) argument
26 CPDF_Rect crNew(crRect.left - fSize,
27 crRect.bottom - fSize,
28 crRect.right + fSize,
29 crRect.top + fSize);
34 CPDF_Rect CFFL_Utils::DeflateRect(const CPDF_Rect & crRect,const FX_FLOAT & fSize) argument
36 CPDF_Rect crNew(crRect.left + fSize,
37 crRect.bottom + fSize,
38 crRect.right - fSize,
39 crRect.top - fSize);
[all...]
/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);
H A DColorCubeBench.cpp13 SkISize fSize; member in class:ColorCubeBench
22 fSize = SkISize::Make(2880, 1800); // 2014 Macbook Pro resolution
46 return SkIPoint::Make(fSize.width(), fSize.height());
61 fBitmap.allocN32Pixels(fSize.width(), fSize.height());
66 SkShader* shader = MakeLinear(fSize);
68 SkRect r = { 0, 0, SkIntToScalar(fSize.width()), SkIntToScalar(fSize.height()) };
H A DChartBench.cpp92 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);
182 SkISize fSize; member in class:ChartBench
H A DPatchGridBench.cpp42 , fSize(size) { }
45 switch (fSize) {
186 switch (fSize) {
228 Size fSize; member in class:PatchGridBench
/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/skia/gm/
H A Dfilterindiabox.cpp95 int fSize; member in class:FilterIndiaBoxGM
98 return 192.f/fSize;
116 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 : 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...]
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/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 DSkDataTable.h99 uintptr_t fSize; member in struct:SkDataTable::Dir
H A DSkFont.h131 SkScalar getSize() const { return fSize; }
159 SkScalar fSize; member in class:SkFont
H A DSkPathEffect.h69 fSize.set(SK_Scalar1, SK_Scalar1);
91 SkVector fSize; // the size to draw the points member in class:SkPathEffect::PointData
/external/skia/src/effects/gradients/
H A DSkGradientBitmapCache.cpp17 size_t fSize; member in struct:SkGradientBitmapCache::Entry
25 fSize = size;
32 return (fSize == size) && !memcmp(fBuffer, buffer, size);
/external/skia/src/gpu/
H A DGrMemoryPool.h49 size_t size() const { return fSize; }
68 size_t fSize; ///< total allocated size of the block member in struct:GrMemoryPool::BlockHeader
77 size_t fSize; member in class:GrMemoryPool
/external/skia/src/pdf/
H A DSkJpegInfo.cpp16 , fSize(skdata->size())
32 if (fOffset + fLength > fSize) {
56 const size_t fSize; member in class:__anon14056::JpegSegment
63 if (fOffset + 2 > fSize) {
/external/skia/src/utils/win/
H A DSkDWrite.h63 reinterpret_cast<const void **>(&fData), &fSize, &fLock, &fExists);
72 UINT32 fSize; member in class:AutoDWriteTable
/external/skia/tools/skpdiff/
H A DSkDiffContext.h177 SkISize fSize; member in struct:SkDiffContext::DiffRecord
/external/icu/icu4c/source/common/
H A Duresimp.h76 int32_t fSize; member in struct:UResourceBundle
/external/skia/src/gpu/gl/
H A DGrGLVertexArray.h121 GrGLint fSize; member in struct:GrGLAttribArrayState::AttribArrayState
/external/skia/src/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

Completed in 439 milliseconds

12