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

1 2 3 45 6 7

  /external/skia/src/gpu/gl/
GrGpuGL.cpp 495 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
502 glTexDesc.fWidth = desc.fWidth;
518 if (!this->createRenderTargetObjects(glTexDesc.fWidth,
547 viewport.fWidth = desc.fWidth;
563 desc.fWidth,
588 desc.fWidth = glTex->width();
637 if (!adjust_pixel_ops_params(desc.fWidth, desc.fHeight, bpp, &left, &top,
728 desc.fWidth == width && desc.fHeight == height)
    [all...]
  /external/skia/legacy/include/core/
SkScalerContext.h 43 uint16_t fWidth, fHeight;
76 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
SkPaint.h 356 SkScalar getStrokeWidth() const { return fWidth; }
    [all...]
  /external/skia/legacy/src/effects/
SkBlurImageFilter.cpp 13 fSigma.fWidth = buffer.readScalar();
29 buffer.writeScalar(fSigma.fWidth);
SkMorphologyImageFilter.cpp 13 fRadius.fWidth = buffer.readScalar();
24 buffer.writeScalar(fRadius.fWidth);
  /external/skia/src/gpu/
SkGrFontScaler.cpp 108 bounds->setXYWH(glyph.fLeft, glyph.fTop, glyph.fWidth, glyph.fHeight);
145 GrAssert(glyph.fWidth == width);
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 25 fRadius.fWidth = buffer.readInt();
36 buffer.writeInt(fRadius.fWidth);
467 desc.fWidth = rect.width();
471 if (radius.fWidth > 0) {
474 apply_morphology_pass(context, srcTexture, rect, radius.fWidth,
SkBlurImageFilter.cpp 19 fSigma.fWidth = buffer.readScalar();
30 buffer.writeScalar(fSigma.fWidth);
  /external/skia/src/core/
SkStroke.cpp 508 fWidth = SK_Scalar1;
516 fWidth = p.getStrokeWidth();
524 fWidth = width;
533 fWidth = width;
612 SkScalar radius = SkScalarHalf(fWidth);
763 SkScalar radius = SkScalarHalf(fWidth);
801 if (fWidth < SkMinScalar(rw, rh) && !fDoFill) {
SkPicturePlayback.h 44 uint32_t fWidth;
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 107 if (fPixels == NULL || fWidth == 0 || fHeight == 0) {
  /external/skia/gm/
modecolorfilters.cpp 124 static const int kRectsPerRow = SkMax32(this->getISize().fWidth / kRectWidth, 1);
texdata.cpp 88 desc.fWidth = 2 * S;
twopointradial.cpp 70 SkRect::MakeWH(SkIntToScalar(this->getISize().fWidth),
  /external/skia/src/utils/mac/
SkBitmap_Mac.cpp 114 if (fPixels == NULL || fWidth == 0 || fHeight == 0) {
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
BaseRenderer.cpp 84 canvas->drawRectCoords(0, 0, renderInfo.tileSize.fWidth, 17, paint);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
DrawingBufferChromium.cpp 192 desc->fWidth = m_size.width();
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontHost_mac_atsui.cpp 211 glyph->fWidth = 0;
250 glyph->fWidth = screenMetrics.width + 2;
263 glyph.fWidth, glyph.fHeight, 8,
  /external/skia/bench/
BitmapBench.cpp 219 const SkScalar x = SkIntToScalar(dim.fWidth) / 2;
228 const SkScalar x = SkIntToScalar(dim.fWidth) / 2;
PathBench.cpp 838 size.fWidth = rand.nextRangeScalar(kQueryMin.fWidth, kQueryMax.fWidth);
840 xy.fX = rand.nextRangeScalar(kBounds.fLeft, kBounds.fRight - size.fWidth);
843 fQueryRects[i] = SkRect::MakeXYWH(xy.fX, xy.fY, size.fWidth, size.fHeight);
  /external/skia/tests/
DrawBitmapRectTest.cpp 185 int fWidth;
197 gTests[i].fWidth, gTests[i].fHeight,
  /frameworks/base/libs/hwui/
FontRenderer.cpp 170 if (glyph.fWidth == 0 || glyph.fHeight == 0) {
182 (int) glyph.fWidth, (int) glyph.fHeight);
211 uint32_t endX = startX + glyph.fWidth;
237 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
254 memcpy(&cacheBuffer[row + startX], &bitmapBuffer[bY], glyph.fWidth);
289 memset(&cacheBuffer[row], 0, glyph.fWidth + 2 * TEXTURE_BORDER_SIZE);
  /external/skia/legacy/src/core/
SkStroke.cpp 478 fWidth = SK_Scalar1;
486 fWidth = p.getStrokeWidth();
494 fWidth = width;
503 fWidth = width;
556 SkScalar radius = SkScalarHalf(fWidth);
SkGlyphCache.cpp 290 if (glyph.fWidth > 0 && glyph.fWidth < kMaxGlyphWidth) {
310 if (glyph.fWidth) {

Completed in 3451 milliseconds

1 2 3 45 6 7