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

1 2 3 4 5 67 8 91011>>

  /external/skia/src/views/
SkView.cpp 15 fWidth = fHeight = 0;
68 if (fWidth != width || fHeight != height)
72 fHeight = height;
104 if (fWidth && fHeight && this->isVisible())
107 r.set(fLoc.fX, fLoc.fY, fLoc.fX + fWidth, fLoc.fY + fHeight);
373 if (x < 0 || y < 0 || x >= fWidth || y >= fHeight) {
511 bounds->set(0, 0, fWidth, fHeight);
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 63 , fHeight(0)
70 fHeight == other.fHeight &&
76 int fHeight;
235 fStitchDataInit.fHeight =
237 fStitchDataInit.fWrapY = kPerlinNoise + fStitchDataInit.fHeight;
291 fTileSize.fHeight = buffer.readInt();
312 buffer.writeInt(fTileSize.fHeight);
339 checkNoise(noiseY.noisePositionIntegerValue, stitchData.fWrapY, stitchData.fHeight);
343 checkNoise(noiseY.nextNoisePositionIntegerValue, stitchData.fWrapY, stitchData.fHeight);
    [all...]
SkBlurImageFilter.cpp 29 fSigma.fHeight = buffer.readScalar();
31 SkScalarIsFinite(fSigma.fHeight) &&
33 (fSigma.fHeight >= 0));
47 buffer.writeScalar(fSigma.fHeight);
  /external/chromium_org/cc/output/
software_renderer_unittest.cc 138 EXPECT_EQ(outer_rect.width(), output->info().fHeight);
234 EXPECT_EQ(outer_rect.width(), output->info().fHeight);
308 EXPECT_EQ(tile_rect.width(), output->info().fHeight);
350 EXPECT_EQ(device_viewport_rect.width(), output->info().fHeight);
372 EXPECT_EQ(device_viewport_rect.width(), output->info().fHeight);
417 EXPECT_EQ(device_viewport_rect.width(), output->info().fHeight);
  /external/chromium_org/third_party/skia/src/gpu/
SkGr.cpp 111 desc->fHeight = bitmap.height();
234 totalSize += sizes[i] = rowBytes[i] * yuvSizes[i].fHeight;
254 yuvDesc.fHeight = yuvSizes[i].fHeight;
258 0, 0, yuvDesc.fWidth, yuvDesc.fHeight,
279 SkIntToScalar(yuvSizes[0].fHeight));
  /external/chromium_org/third_party/skia/bench/
GameBench.cpp 113 maxTransY = size.fHeight - (1.5f * height);
116 maxTransY = SkIntToScalar(size.fHeight - height);
121 maxTransY = size.fHeight - SK_ScalarSqrt2 * height;
RectanizerBench.cpp 103 if (!fRectanizer->addRect(size.fWidth, size.fHeight, &loc)) {
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.cpp 228 fMatrixState.fRenderTargetSize.fHeight != size.fHeight) {
230 SkIntToScalar(size.fHeight));
  /external/pdfium/core/src/reflow/
reflowedpage.h 34 void Init(FX_FLOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, CPDF_ReflowedPage* pReflowedPage, int flags, FX_FLOAT lineSpace);
59 CRF_CharState* GetCharState(CPDF_TextObject* pObj, CPDF_Font* pFont, FX_FLOAT fHeight, FX_ARGB color);
211 void Start(IPDF_ReflowedPage* pReflowPage, CPDF_Page* pPage, FX_FLOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, IFX_Pause* pPause, int flags);
  /external/skia/bench/
GameBench.cpp 113 maxTransY = size.fHeight - (1.5f * height);
116 maxTransY = SkIntToScalar(size.fHeight - height);
121 maxTransY = size.fHeight - SK_ScalarSqrt2 * height;
RectanizerBench.cpp 103 if (!fRectanizer->addRect(size.fWidth, size.fHeight, &loc)) {
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 239 fMatrixState.fRenderTargetSize.fHeight != size.fHeight) {
241 SkIntToScalar(size.fHeight));
GrGpuGL.cpp 367 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
375 glTexDesc.fHeight = desc.fHeight;
402 glTexDesc.fHeight,
433 viewport.fHeight = desc.fHeight;
449 desc.fHeight,
474 desc.fHeight = glTex->height();
549 if (!adjust_pixel_ops_params(desc.fWidth, desc.fHeight, bpp, &left, &top,
647 desc.fWidth == width && desc.fHeight == height)
    [all...]
  /external/skia/tests/
DrawBitmapRectTest.cpp 29 info->fHeight = 100;
236 int fHeight;
247 gTests[i].fWidth, gTests[i].fHeight,
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 56 fHeight = height;
70 int getHeight() const { return fHeight; }
75 int fHeight;
  /external/chromium_org/cc/resources/
ui_resource_bitmap.cc 58 gfx::Size(info.fWidth, info.fHeight),
  /external/chromium_org/third_party/skia/debugger/QT/
SkGLWidget.cpp 89 desc.fHeight = SkScalarRoundToInt(this->height());
  /external/chromium_org/third_party/skia/samplecode/
SampleOvalTest.cpp 97 fSize.fHeight += SK_Scalar1;
  /external/chromium_org/third_party/skia/src/core/
SkGlyph.h 29 uint16_t fWidth, fHeight;
  /external/chromium_org/third_party/skia/src/effects/
SkBlurImageFilter.cpp 38 fSigma.fHeight = buffer.readScalar();
40 SkScalarIsFinite(fSigma.fHeight) &&
42 (fSigma.fHeight >= 0));
64 buffer.writeScalar(fSigma.fHeight);
  /external/skia/debugger/QT/
SkGLWidget.cpp 87 desc.fHeight = SkScalarRoundToInt(this->height());
  /external/skia/samplecode/
SampleOvalTest.cpp 97 fSize.fHeight += SK_Scalar1;
  /external/skia/src/core/
SkGlyph.h 29 uint16_t fWidth, fHeight;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 791 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight) {
795 if (fSize.fHeight < glyph.fHeight) {
796 fSize.fHeight = RoundSize(glyph.fHeight);
800 void* image = fImageStorage.reset(rowBytes * fSize.fHeight);
801 fCG.reset(CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8,
840 image += (fSize.fHeight - glyph.fHeight) * fSize.fWidth
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 791 if (!fCG || fSize.fWidth < glyph.fWidth || fSize.fHeight < glyph.fHeight) {
795 if (fSize.fHeight < glyph.fHeight) {
796 fSize.fHeight = RoundSize(glyph.fHeight);
800 void* image = fImageStorage.reset(rowBytes * fSize.fHeight);
801 fCG = CGBitmapContextCreate(image, fSize.fWidth, fSize.fHeight, 8,
840 image += (fSize.fHeight - glyph.fHeight) * fSize.fWidth
    [all...]

Completed in 2058 milliseconds

1 2 3 4 5 67 8 91011>>