/external/skia/src/core/ |
H A D | SkYUVPlanesCache.h | 22 * fSize: Width and height of each of the 3 planes (in pixels). 30 SkISize fSize[3]; member in struct:SkYUVPlanesCache::Info
|
H A D | SkCachedData.h | 22 size_t size() const { return fSize; } 55 size_t fSize; member in class:SkCachedData
|
/external/skia/src/pdf/ |
H A D | SkJpegInfo.h | 15 SkISize fSize; member in struct:SkJFIFInfo
|
H A D | SkJpegInfo.cpp | 16 , fSize(skdata->size()) 32 if (fOffset + fLength > fSize) { 56 const size_t fSize; member in class:__anon16203::JpegSegment 63 if (fOffset + 2 > fSize) { 110 info->fSize.set(JpegSegment::GetBigendianUint16(&segment.data()[3]),
|
/external/skia/samplecode/ |
H A D | SampleSubpixelTranslate.cpp | 44 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 D | SampleChart.cpp | 88 fSize.set(-1, -1); 102 if (canvas->getDeviceSize() != fSize) { 103 fSize = canvas->getDeviceSize(); 107 SkScalar ySpread = SkIntToScalar(fSize.fHeight / 20); 109 SkScalar height = SkIntToScalar(fSize.fHeight); 112 int dataPointCount = SkMax32(fSize.fWidth / kPixelsPerTick + 1, 2); 177 SkISize fSize; member in class:ChartView
|
/external/skia/bench/ |
H A D | PerlinNoiseBench.cpp | 12 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 D | ColorCubeBench.cpp | 14 SkISize fSize; member in class:ColorCubeBench 23 fSize = SkISize::Make(2880, 1800); // 2014 Macbook Pro resolution 47 return SkIPoint::Make(fSize.width(), fSize.height()); 62 fBitmap.allocN32Pixels(fSize.width(), fSize.height()); 67 SkShader* shader = MakeLinear(fSize); 69 SkRect r = { 0, 0, SkIntToScalar(fSize.width()), SkIntToScalar(fSize.height()) };
|
H A D | ChartBench.cpp | 94 fSize.fWidth = -1; 95 fSize.fHeight = -1; 109 if (canvas->getDeviceSize() != fSize) { 110 fSize = canvas->getDeviceSize(); 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
|
H A D | PatchGridBench.cpp | 42 , 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 D | antlr3filestream.c | 356 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 D | dng_ref_counted_block.h | 46 uint32 fSize; member in struct:dng_ref_counted_block::header 51 , fSize (size) 109 return ((header *)fBuffer)->fSize;
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
H A D | tooltipctrl.cpp | 68 FWL_ERR CFWL_ToolTip::SetToolTipIconSize(CFX_SizeF fSize) {
argument 69 m_tooltipData.m_fIconSize = fSize;
|
/external/skia/gm/ |
H A D | filterindiabox.cpp | 95 int fSize; member in class:FilterIndiaBoxGM 98 return 192.f/fSize; 116 fSize = fBM.height();
|
H A D | perlinnoise.cpp | 15 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 D | downsamplebitmap.cpp | 145 : 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 188 fSize = fBM.height();
|
H A D | filterbitmap.cpp | 143 : 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 D | SkData.h | 27 size_t size() const { return fSize; } 29 bool isEmpty() const { return 0 == fSize; } 50 if (fSize) { 163 size_t fSize; member in class:SkData
|
H A D | SkDataTable.h | 97 uintptr_t fSize; member in struct:SkDataTable::Dir
|
H A D | SkFont.h | 131 SkScalar getSize() const { return fSize; } 159 SkScalar fSize; member in class:SkFont
|
H A D | SkPathEffect.h | 66 fSize.set(SK_Scalar1, SK_Scalar1); 88 SkVector fSize; // the size to draw the points member in class:SkPathEffect::PointData
|
/external/skia/src/effects/gradients/ |
H A D | SkGradientBitmapCache.cpp | 17 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 D | GrMemoryPool.h | 49 size_t size() const { return fSize; } 71 size_t fSize; ///< total allocated size of the block member in struct:GrMemoryPool::BlockHeader 90 size_t fSize; member in class:GrMemoryPool
|
/external/skia/src/utils/win/ |
H A D | SkDWrite.h | 63 reinterpret_cast<const void **>(&fData), &fSize, &fLock, &fExists); 72 UINT32 fSize; member in class:AutoDWriteTable
|
/external/icu/icu4c/source/common/ |
H A D | uresimp.h | 76 int32_t fSize; member in struct:UResourceBundle
|