Searched defs:fWidth (Results 1 - 25 of 98) sorted by last modified time

1234

/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/skia/samplecode/
H A DSampleAARects.cpp46 fWidth = N;
188 int fWidth; member in class:AARectView
H A DSampleQuadStroker.cpp126 SkScalar fWidth, fDWidth; member in class:QuadStrokerView
168 fWidth = 50;
581 SkScalar width = fWidth;
673 fWidth += fDWidth;
674 if (fDWidth > 0 && fWidth > kWidthMax) {
676 } else if (fDWidth < 0 && fWidth < kWidthMin) {
691 draw_control(canvas, fWidthControl, fWidth * fWidthScale, kWidthMin * fWidthScale,
788 fWidth = SkTMax(FLT_EPSILON, MapScreenYtoValue(click->fICurr.fY, fWidthControl,
790 fAnimate = fWidth <= kWidthMin;
H A DSampleSkLayer.cpp162 int fWidth; member in struct:SkLayerView::__anon16784
178 child->setSize(gData[i].fWidth, gData[i].fHeight);
H A DSampleStrokePath.cpp99 SkScalar fWidth; member in class:StrokePathView
104 fWidth = SkIntToScalar(120);
118 scale_to_width(&fPath, fWidth);
144 canvas->translate(fWidth * 5 / 4, 0);
/external/skia/src/core/
H A DSkAAClip.cpp950 int fWidth; member in struct:SkAAClip::Builder::Row
956 int fWidth; member in class:SkAAClip::Builder
962 fWidth = bounds.width();
992 row->fWidth = 0;
998 SkASSERT(row->fWidth <= x);
999 SkASSERT(row->fWidth < fBounds.width());
1003 int gap = x - row->fWidth;
1006 row->fWidth += gap;
1007 SkASSERT(row->fWidth < fBounds.width());
1011 row->fWidth
[all...]
H A DSkBitmapCache.cpp59 desc.fWidth = width;
72 desc.fWidth = width;
89 , fWidth(width)
94 sizeof(fGenID) + sizeof(fWidth) + sizeof(fHeight) + sizeof(fBounds));
99 , fWidth(desc.fWidth)
104 sizeof(fGenID) + sizeof(fWidth) + sizeof(fHeight) + sizeof(fBounds));
108 SkDebugf("-- add [%d %d] %d [%d %d %d %d]\n", fWidth, fHeight, fGenID,
113 const int fWidth; member in struct:__anon16807::BitmapKey
166 if (0 == desc.fWidth ||
[all...]
H A DSkBitmapCache.h24 int32_t fWidth; member in struct:SkBitmapCacheDesc
H A DSkBitmapHeap.h216 , fWidth(bm.width())
223 const uint32_t fWidth; member in struct:SkBitmapHeap::LookupEntry
H A DSkGlyph.h61 uint16_t fWidth, fHeight; member in class:SkGlyph
98 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
H A DSkLinearBitmapPipeline.cpp77 explicit X(SkSize s) : fVal{s.fWidth} { }
78 explicit X(SkISize s) : fVal(s.fWidth) { }
482 : fSrc{src}, fWidth{width}{ }
487 Sk4i bufferLoc = YIs * fWidth + XIs;
503 Sk4i bufferLoc = YIs * fWidth + XIs;
510 const uint32_t* row(int y) { return fSrc + y * fWidth[0]; }
523 const Sk4i fWidth; member in class:__anon16835::Passthrough8888
H A DSkRemote.h57 SkScalar fWidth, fMiter; member in struct:SkRemote::Stroke
H A DSkScan_AntiPath.cpp60 int fWidth; member in class:BaseSuperBlitter
95 fWidth = right - left;
134 int getRunsSz() const { return (fWidth + 1 + (fWidth + 2)/2) * sizeof(int16_t); }
144 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1);
145 fRuns.reset(fWidth);
372 SkASSERT((coverageL != 0) + n + (coverageR != 0) <= fWidth);
382 fRuns.reset(fWidth);
H A DSkStroke.h70 SkScalar fWidth, fMiterLimit; member in class:SkStroke
/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp59 : fWidth(0)
66 return fWidth == other.fWidth &&
72 int fWidth; // How much to subtract to wrap for stitching. member in struct:SkPerlinNoiseShader::StitchData
85 { SkIntToScalar(tileSize.fWidth), SkIntToScalar(tileSize.fHeight) },
235 fStitchDataInit.fWidth =
237 fStitchDataInit.fWrapX = kPerlinNoise + fStitchDataInit.fWidth;
293 tileSize.fWidth = buffer.readInt();
312 buffer.writeInt(fTileSize.fWidth);
337 checkNoise(noiseX.noisePositionIntegerValue, stitchData.fWrapX, stitchData.fWidth);
[all...]
/external/skia/src/gpu/
H A DGrBatchAtlas.h21 int numPlotsX() const { return fWidth / fPlotWidth; }
23 int fWidth; member in struct:GrBatchAtlasConfig
193 return new BatchPlot(fIndex, fGenID+1, fX, fY, fWidth, fHeight, fConfig);
209 const int fWidth;
H A DGrRectanizer.h17 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
26 int width() const { return fWidth; }
40 int fWidth; member in class:GrRectanizer
H A DGrRectanizer_skyline.h30 seg->fWidth = this->width();
43 int fWidth; member in struct:GrRectanizerSkyline::SkylineSegment
H A DGrStencilAttachment.h27 int width() const { return fWidth; }
59 , fWidth(width)
69 int fWidth; member in class:GrStencilAttachment
H A DGrTextureParamsAdjuster.h33 int fWidth; member in struct:GrTextureProducer::CopyParams
71 int width() const { return fWidth; }
77 : fWidth(width)
90 builder[1] = copyParams.fWidth;
111 const int fWidth; member in class:GrTextureProducer
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h31 uint16_t fWidth, fHeight, fRowHeight; member in struct:GrTextureStripAtlas::Desc
/external/skia/src/gpu/gl/
H A DGrGLIRect.h23 GrGLsizei fWidth; member in struct:GrGLIRect
27 GR_GL_CALL(gl, Viewport(fLeft, fBottom, fWidth, fHeight));
31 GR_GL_CALL(gl, Scissor(fLeft, fBottom, fWidth, fHeight));
49 fWidth = width;
58 SkASSERT(fWidth >= 0);
66 fLeft + fWidth >= glRect.fLeft + glRect.fWidth &&
70 void invalidate() {fLeft = fWidth = fBottom = fHeight = -1;}
/external/skia/src/gpu/vk/
H A DGrVkImage.h75 uint32_t fWidth; member in struct:GrVkImage::ImageDesc
86 , fWidth(0)
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp75 fWidth = width;
85 int width() const { return fWidth; }
91 int fWidth; member in class:SkBmpDecoderCallback

Completed in 443 milliseconds

1234