Searched defs:fWidth (Results 1 - 25 of 35) sorted by relevance

12

/external/junit/src/junit/awtui/
H A DLogo.java16 private int fWidth; field in class:Logo
29 fWidth= fImage.getWidth(this);
32 fWidth= 20;
35 setSize(fWidth, fHeight);
51 g.drawImage(fImage, 0, 0, fWidth, fHeight, this);
/external/skia/gpu/include/
H A DGrRectanizer.h33 GrRectanizer(int width, int height) : fWidth(width), fHeight(height) {
40 int width() const { return fWidth; }
58 int fWidth; member in class:GrRectanizer
H A DGrGLIRect.h30 GrGLsizei fWidth; member in struct:GrGLIRect
34 GR_GL(Viewport(fLeft, fBottom, fWidth, fHeight));
38 GR_GL(Scissor(fLeft, fBottom, fWidth, fHeight));
55 fWidth = width;
60 GrAssert(fWidth >= 0);
68 fLeft + fWidth >= glRect.fLeft + glRect.fWidth &&
72 void invalidate() {fLeft = fWidth = fBottom = fHeight = -1;}
H A DSkUIView.h37 GLint fWidth; member in struct:__anon9510
H A DGrTexture.h40 int width() const { return fWidth; }
128 , fWidth(width)
149 int fWidth; member in class:GrRenderTarget
171 int width() const { return fWidth; }
184 GrFixed normalizeFixedX(GrFixed x) const { GrAssert(GrIsPow2(fWidth));
198 return fWidth * fHeight * GrBytesPerPixel(fConfig);
280 , fWidth(width)
284 fShiftFixedX = 31 - Gr_clz(fWidth);
300 int fWidth; member in class:GrTexture
/external/skia/include/core/
H A DSkStroke.h63 SkScalar fWidth, fMiterLimit; member in class:SkStroke
H A DSkPicture.h96 int width() const { return fWidth; }
114 int fWidth, fHeight; member in class:SkPicture
H A DSkSize.h7 T fWidth; member in struct:SkTSize
12 s.fWidth = w;
18 fWidth = w;
22 /** Returns true iff fWidth == 0 && fHeight == 0
25 return 0 == fWidth && 0 == fHeight;
30 return fWidth <= 0 || fHeight <= 0;
35 fWidth = fHeight = 0;
38 T width() const { return fWidth; }
43 if (fWidth < 0) {
44 fWidth
[all...]
H A DSkBitmap.h96 bool empty() const { return 0 == fWidth || 0 == fHeight; }
111 int width() const { return fWidth; }
587 uint32_t fWidth; member in class:SkBitmap
772 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
779 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
786 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
793 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
802 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
/external/skia/include/images/
H A DSkBitmapRegionDecoder.h15 fWidth = width;
26 virtual int getWidth() { return fWidth; }
34 int fWidth; member in class:SkBitmapRegionDecoder
H A DSkMovie.h62 int fWidth; member in struct:SkMovie::Info
H A DSkPageFlipper.h36 int width() const { return fWidth; }
65 int fWidth; member in class:SkPageFlipper
/external/icu4c/samples/layout/
H A Dparagraph.h66 le_int32 fWidth; member in class:Paragraph
H A Dpflow.c57 le_int32 fWidth; member in struct:pf_object
136 flow->fWidth = -1;
286 if (obj->fWidth == width) {
290 obj->fWidth = width;
333 x = (obj->fWidth - lastX - MARGIN);
344 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
/external/icu4c/io/
H A Duprintf.h35 int32_t fWidth; /* Width */ member in struct:u_printf_spec_info
/external/skia/samplecode/
H A DSampleAARects.cpp40 fWidth = N;
182 int fWidth; member in class:AARectView
H A DSampleDrawLooper.cpp21 SkScalar fWidth; member in struct:LooperView::__anon9566
44 paint->setStrokeWidth(gParams[i].fWidth);
H A DSampleMipMap.cpp40 fWidth = N;
99 fWidth = 8 + SkScalarRound(N * time);
102 dst.set(0, 0, SkIntToScalar(fWidth), SkIntToScalar(fWidth));
122 m.setScale(SkIntToScalar(fWidth) / N,
123 SkIntToScalar(fWidth) / N);
134 int fWidth; member in class:MipMapView
H A DSampleStrokePath.cpp92 SkScalar fWidth; member in class:StrokePathView
97 fWidth = SkIntToScalar(120);
111 scale_to_width(&fPath, fWidth);
138 canvas->translate(fWidth * 5 / 4, 0);
H A DSampleSkLayer.cpp155 int fWidth; member in struct:SkLayerView::__anon9574
171 child->setSize(gData[i].fWidth, gData[i].fHeight);
H A DSampleTextEffects.cpp199 : Sk2DPathEffect(matrix), fWidth(width) {}
203 *width = fWidth;
212 buffer.writeScalar(fWidth);
232 fWidth = buffer.readScalar();
236 SkScalar fWidth; member in class:Line2DPathEffect
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp62 fWidth = width;
72 int width() const { return fWidth; }
78 int fWidth; member in class:SkBmpDecoderCallback
H A DSkImageDecoder_wbmp.cpp56 int fWidth; member in struct:wbmp_head
69 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) {
75 return fWidth != 0 && fHeight != 0;
117 int width = head.fWidth;
/external/skia/bench/
H A DFPSBench.cpp8 int32_t fWidth; member in class:FPSBench
12 fWidth = 640;
13 (void)this->findDefine32("width", &fWidth);
18 int width() const { return fWidth; }
22 virtual SkIPoint onGetSize() { return SkIPoint::Make(fWidth, fHeight); }
/external/skia/src/core/
H A DSkScan_AntiPath.cpp65 int fWidth, fLeft, fSuperLeft; member in class:BaseSuperBlitter
82 fWidth = right - left;
111 const int width = fWidth;
126 fRuns.reset(fWidth);

Completed in 303 milliseconds

12