HomeSort by relevance Sort by last modified time
    Searched refs:fHeight (Results 51 - 75 of 357) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkPicture.cpp 130 fWidth = fHeight = 0;
137 , fHeight(height)
151 fHeight = src.fHeight;
171 SkTSwap(fHeight, other.fHeight);
188 clone->fHeight = fHeight;
340 , fHeight(height)
359 return SkNEW_ARGS(SkPicture, (playback, info.fWidth, info.fHeight));
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkImageGenerator.cpp 83 (sizes[0].fHeight >= 0) &&
85 (sizes[1].fHeight >= 0) &&
87 (sizes[2].fHeight >= 0) &&
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp 75 fHeight = height;
85 int height() const { return fHeight; }
91 int fHeight;
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 75 fHeight = height;
85 int height() const { return fHeight; }
91 int fHeight;
  /external/chromium_org/third_party/skia/bench/
GMBench.cpp 50 return SkIPoint::Make(size.fWidth, size.fHeight);
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/
SkSampleUIView.h 25 GLint fHeight;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Icon.h 24 void GetImageSize(FX_FLOAT & fWidth,FX_FLOAT & fHeight);
  /external/skia/bench/
BicubicBench.cpp 25 SkScalarToFloat(fScale.fWidth), SkScalarToFloat(fScale.fHeight));
GMBench.cpp 50 return SkIPoint::Make(size.fWidth, size.fHeight);
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.h 25 GLint fHeight;
  /external/skia/include/core/
SkPictureRecorder.h 81 int fHeight;
  /external/chromium_org/third_party/skia/include/core/
SkSurface.h 129 int height() const { return fHeight; }
229 const int fHeight;
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 29 uint16_t fWidth, fHeight, fRowHeight;
68 SkScalar getVerticalScaleFactor() const { return SkIntToScalar(fDesc.fRowHeight) / fDesc.fHeight; }
  /external/chromium_org/third_party/skia/tests/
GrSurfaceTest.cpp 24 desc.fHeight = 256;
44 backendDesc.fHeight = 256;
  /external/skia/src/lazy/
SkCachingPixelRef.cpp 53 info.fHeight,
68 info.fHeight,
  /external/skia/tests/
GrSurfaceTest.cpp 24 desc.fHeight = 256;
44 backendDesc.fHeight = 256;
  /external/skia/src/gpu/
GrTexture.cpp 63 fDesc.fHeight *
75 SkASSERT((fDesc.fHeight & 3) == 0);
76 textureSize = (fDesc.fWidth >> 2) * (fDesc.fHeight >> 2) * 8;
86 // we'd expect because we never change fDesc.fWidth/fHeight.
175 if (!SkIsPow2(desc.fWidth) || !SkIsPow2(desc.fHeight)) {
224 SkASSERT(desc.fHeight < (1 << 16));
226 idKey.fData32[0] = (desc.fWidth) | (desc.fHeight << 16);
  /external/chromium_org/third_party/skia/src/effects/
SkMatrixConvolutionImageFilter.cpp 45 SkASSERT(kernelSize.fWidth >= 1 && kernelSize.fHeight >= 1);
47 SkASSERT(kernelOffset.fY >= 0 && kernelOffset.fY < kernelSize.fHeight);
64 if (gMaxKernelSize / kernelSize.fWidth < kernelSize.fHeight) {
91 fKernelSize.fHeight = buffer.readInt();
92 if ((fKernelSize.fWidth >= 1) && (fKernelSize.fHeight >= 1) &&
96 (gMaxKernelSize / fKernelSize.fWidth >= fKernelSize.fHeight)) {
97 size_t size = fKernelSize.fWidth * fKernelSize.fHeight;
115 (fKernelOffset.fY >= 0) && (fKernelOffset.fY < fKernelSize.fHeight));
123 kernelSize.fHeight = buffer.readInt();
148 buffer.writeInt(fKernelSize.fHeight);
    [all...]
  /external/chromium_org/third_party/skia/gm/
complexclip2.cpp 45 fHeight = yF - yA;
73 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY;
151 kPadY * SK_Scalar1 + (fHeight + kPadY * SK_Scalar1)*i);
189 canvas->drawRect(SkRect::MakeWH(fWidth, fHeight), fillPaint);
203 SkScalar fHeight;
filterindiabox.cpp 94 size.fHeight += 20;
97 canvas->translate(0, size.fHeight);
  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 64 textureSize = GrCompressedFormatDataSize(fDesc.fConfig, fDesc.fWidth, fDesc.fHeight);
66 textureSize = (size_t) fDesc.fWidth * fDesc.fHeight * GrBytesPerPixel(fDesc.fConfig);
71 // we'd expect because we never change fDesc.fWidth/fHeight.
175 if (!SkIsPow2(desc.fWidth) || !SkIsPow2(desc.fHeight)) {
229 SkASSERT(desc.fHeight < (1 << 16));
231 idKey.fData32[0] = (desc.fWidth) | (desc.fHeight << 16);
SkGrPixelRef.cpp 73 desc.fHeight = subset->height();
78 desc.fHeight = texture->height();
96 SkImageInfo info = SkImageInfo::Make(desc.fWidth, desc.fHeight, dstCT, kPremul_SkAlphaType);
  /external/skia/gm/
complexclip2.cpp 45 fHeight = yF - yA;
73 fTotalHeight = kRows * fHeight + SK_Scalar1 * (kRows + 1) * kPadY;
151 kPadY * SK_Scalar1 + (fHeight + kPadY * SK_Scalar1)*i);
189 canvas->drawRect(SkRect::MakeWH(fWidth, fHeight), fillPaint);
203 SkScalar fHeight;
  /external/chromium_org/third_party/skia/samplecode/
SampleRectanizer.cpp 83 (*fCurRects)[fCurRandRect].fHeight,
106 SkIntToScalar((*fCurRects)[i].fHeight));
109 totArea += (*fCurRects)[i].fWidth * (*fCurRects)[i].fHeight;
  /external/skia/samplecode/
SampleRectanizer.cpp 83 (*fCurRects)[fCurRandRect].fHeight,
106 SkIntToScalar((*fCurRects)[i].fHeight));
109 totArea += (*fCurRects)[i].fWidth * (*fCurRects)[i].fHeight;

Completed in 586 milliseconds

1 23 4 5 6 7 8 91011>>