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

12 3 4 5 6 7

  /external/skia/legacy/include/images/
SkMovie.h 55 int fWidth;
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 33 temp.fWidth = width;
51 viewport.fWidth, viewport.fHeight,
62 GrAssert(viewport.fWidth == texture->width());
75 viewport.fWidth, viewport.fHeight,
GrGLTexture.cpp 34 vp.fWidth = textureDesc.fWidth;
  /external/skia/include/core/
SkPicture.h 130 int width() const { return fWidth; }
167 // fPlayback, fRecord, fWidth & fHeight are protected to allow derived classes to
172 int fWidth, fHeight;
SkStrokeRec.h 34 SkScalar getWidth() const { return fWidth; }
85 SkScalar fWidth;
SkBitmap.h 94 bool empty() const { return 0 == fWidth || 0 == fHeight; }
109 int width() const { return fWidth; }
660 uint32_t fWidth;
766 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
773 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
780 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
787 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
796 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
  /external/skia/include/effects/
Sk2DPathEffect.h 62 : Sk2DPathEffect(matrix), fWidth(width) {}
77 SkScalar fWidth;
  /external/skia/legacy/src/core/
SkAlphaRuns.cpp 23 SkDEBUGCODE(fWidth = width;)
77 SkASSERT(x >= 0 && x + (startAlpha != 0) + middleCount + (stopAlpha != 0) <= fWidth);
165 SkASSERT(fWidth > 0);
173 SkASSERT(count <= fWidth);
176 SkASSERT(count == fWidth);
SkAntiRun.h 88 SkDEBUGCODE(int fWidth;)
  /external/skia/src/core/
SkAlphaRuns.cpp 23 SkDEBUGCODE(fWidth = width;)
77 SkASSERT(x >= 0 && x + (startAlpha != 0) + middleCount + (stopAlpha != 0) <= fWidth);
165 SkASSERT(fWidth > 0);
173 SkASSERT(count <= fWidth);
176 SkASSERT(count == fWidth);
SkAntiRun.h 88 SkDEBUGCODE(int fWidth;)
SkStroke.h 49 SkScalar fWidth, fMiterLimit;
  /external/skia/src/image/
SkSurface_Gpu.cpp 40 : INHERITED(info.fWidth, info.fHeight) {
44 fDevice = SkNEW_ARGS(SkGpuDevice, (ctx, config, info.fWidth, info.fHeight, sampleCount));
97 desc.fWidth = fDevice->width();
135 desc.fWidth = info.fWidth;
SkSurface_Raster.cpp 66 uint64_t minRB = (uint64_t)info.fWidth << shift;
85 : INHERITED(info.fWidth, info.fHeight) {
89 fBitmap.setConfig(config, info.fWidth, info.fHeight, rb);
96 : INHERITED(info.fWidth, info.fHeight) {
100 fBitmap.setConfig(config, info.fWidth, info.fHeight, rb);
SkImagePriv.h 49 size_t rb = info.fWidth * SkImageBytesPerPixel(info.fColorType);
SkSurface_Picture.cpp 56 return SkSurface::NewPicture(info.fWidth, info.fHeight);
64 info.fWidth = info.fHeight = 0;
  /external/skia/include/gpu/
GrTexture.h 50 return (size_t) fDesc.fWidth *
94 GrAssert(GrIsPow2(fDesc.fWidth));
148 fShiftFixedX = 31 - SkCLZ(fDesc.fWidth);
  /external/skia/legacy/src/images/
SkImageDecoder_libbmp.cpp 55 fWidth = width;
65 int width() const { return fWidth; }
71 int fWidth;
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 59 fWidth = width;
69 int width() const { return fWidth; }
75 int fWidth;
  /external/icu4c/io/
uprintf.c 77 if(info->fWidth != -1 && resultLen < info->fWidth) {
81 for(i = 0; i < info->fWidth - resultLen; ++i) {
88 for(i = 0; i < info->fWidth - resultLen; ++i) {
  /external/skia/legacy/include/core/
SkStroke.h 52 SkScalar fWidth, fMiterLimit;
  /external/skia/gm/
drawlooper.cpp 63 SkScalar fWidth;
86 paint->setStrokeWidth(gParams[i].fWidth);
morphology.cpp 53 int fWidth, fHeight;
78 SkIntToScalar(samples[i].fWidth),
image.cpp 50 SkScalar stroke = size.fWidth / 10;
51 SkScalar radius = (size.fWidth - stroke) / 2;
57 canvas->drawCircle(size.fWidth/2, size.fHeight/2, radius, paint);
62 canvas->drawCircle(size.fWidth/2, size.fHeight/2, radius, paint);
157 info.fWidth = W;
163 SkAutoTUnref<SkSurface> surf2(SkSurface::NewPicture(info.fWidth, info.fHeight));
  /external/skia/legacy/src/effects/
SkRectShape.cpp 54 if (fRadii.fWidth < 0) {
59 canvas->drawRoundRect(fBounds, fRadii.fWidth, fRadii.fHeight, paint);

Completed in 330 milliseconds

12 3 4 5 6 7