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

1 2 3 45 6 7 8 91011>>

  /external/skia/src/images/
SkMovie.cpp 44 return fInfo.fHeight;
  /external/skia/tests/
GpuRectanizerTest.cpp 39 if (!rectanizer->addRect(rects[i].fWidth, rects[i].fHeight, &loc)) {
  /external/skia/include/core/
SkBitmap.h 95 int height() const { return fInfo.fHeight; }
171 size_t getSize() const { return fInfo.fHeight * fRowBytes; }
183 return sk_64_mul(fInfo.fHeight, fRowBytes);
731 SkASSERT((unsigned)y < (unsigned)fHeight);
737 SkASSERT((unsigned)y < (unsigned)fHeight);
743 int fHeight;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 370 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
378 glTexDesc.fHeight = desc.fHeight;
405 glTexDesc.fHeight,
436 viewport.fHeight = desc.fHeight;
452 desc.fHeight,
477 desc.fHeight = glTex->height();
552 if (!adjust_pixel_ops_params(desc.fWidth, desc.fHeight, bpp, &left, &top,
652 desc.fWidth == width && desc.fHeight == height)
    [all...]
  /external/chromium_org/third_party/skia/gm/
mixedxfermodes.cpp 101 SkScalar maxScale = SkScalarSqrt((SkIntToScalar(size.fWidth * size.fHeight))) / 300;
107 SkScalar dy = random.nextRangeScalar(0, SkIntToScalar(size.fHeight));
morphology.cpp 62 int fWidth, fHeight;
  /external/chromium_org/third_party/skia/include/gpu/
GrTexture.h 55 SkASSERT(SkIsPow2(fDesc.fHeight));
110 fShiftFixedY = 31 - SkCLZ(fDesc.fHeight);
GrTypes.h 473 , fHeight(0)
481 int fHeight; //!< Height of the texture
606 int fHeight; //<! height in pixels
635 int fHeight; //<! height in pixels
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 225 , fHeight(bm.height())
232 const uint32_t fHeight;
  /external/chromium_org/third_party/skia/src/image/
SkSurface_Gpu.cpp 126 desc.fHeight = info.height();
147 desc.fHeight = info.height();
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 437 fWidth = fHeight = 0;
464 int fHeight;
487 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
494 fHeight = SkMax32(fHeight, glyph.fHeight);
509 info.bmiHeader.biHeight = fHeight;
525 size_t size = fHeight * srcRB;
541 return (const char*)fBits + (fHeight - glyph.fHeight) * srcRB
    [all...]
  /external/skia/gm/
filterindiabox.cpp 91 size.fHeight += 20;
94 canvas->translate(0, size.fHeight);
mixedxfermodes.cpp 101 SkScalar maxScale = SkScalarSqrt((SkIntToScalar(size.fWidth * size.fHeight))) / 300;
107 SkScalar dy = random.nextRangeScalar(0, SkIntToScalar(size.fHeight));
  /external/skia/include/gpu/
GrTexture.h 54 SkASSERT(SkIsPow2(fDesc.fHeight));
110 fShiftFixedY = 31 - SkCLZ(fDesc.fHeight);
  /external/skia/src/core/
SkBitmapHeap.h 225 , fHeight(bm.height())
232 const uint32_t fHeight;
  /external/skia/src/image/
SkSurface_Gpu.cpp 120 desc.fHeight = info.height();
141 desc.fHeight = info.height();
SkSurface_Raster.cpp 71 uint64_t size = sk_64_mul(info.fHeight, rowBytes);
87 : INHERITED(pr->info().fWidth, pr->info().fHeight)
  /external/skia/src/ports/
SkFontHost_win.cpp 436 fWidth = fHeight = 0;
463 int fHeight;
486 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
493 fHeight = SkMax32(fHeight, glyph.fHeight);
508 info.bmiHeader.biHeight = fHeight;
524 size_t size = fHeight * srcRB;
540 return (const char*)fBits + (fHeight - glyph.fHeight) * srcRB
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Pattern.cpp 91 info.fHeight += expandH;
  /external/chromium_org/third_party/icu/source/samples/layout/
pflow.c 58 le_int32 fHeight;
137 flow->fHeight = -1;
283 obj->fHeight = height;
344 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 64 , fHeight(0)
71 fHeight == other.fHeight &&
77 int fHeight;
92 SkIntToScalar(tileSize.fHeight));
95 fTileSize.fHeight = SkScalarRoundToInt(sizeVec.fY);
245 fStitchDataInit.fHeight =
247 fStitchDataInit.fWrapY = kPerlinNoise + fStitchDataInit.fHeight;
299 fTileSize.fHeight = buffer.readInt();
317 tileSize.fHeight = buffer.readInt()
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrLayerHoister.cpp 53 SkIntToScalar(info.fSize.fHeight));
63 kSaveLayerMaxSize < info.fSize.fHeight ||
94 desc.fHeight = info.fSize.fHeight;
GrRenderTarget.cpp 74 size *= fDesc.fHeight;
GrSWMaskHelper.cpp 235 desc.fHeight = fBM.height();
244 SkASSERT((desc.fHeight % dimY) == 0);
265 texture->writePixels(0, 0, desc.fWidth, desc.fHeight,
289 desc.fHeight = fBM.height();
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 76 , fNumRows(desc.fHeight / desc.fRowHeight)
81 SkASSERT(fNumRows * fDesc.fRowHeight == fDesc.fHeight);
196 texDesc.fHeight = fDesc.fHeight;

Completed in 1380 milliseconds

1 2 3 45 6 7 8 91011>>