HomeSort by relevance Sort by last modified time
    Searched refs:fWidth (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/skia/include/core/
SkSize.h 7 T fWidth;
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 = 0
    [all...]
SkPicture.h 96 int width() const { return fWidth; }
114 int fWidth, fHeight;
SkStroke.h 63 SkScalar fWidth, fMiterLimit;
SkBitmap.h 80 bool empty() const { return 0 == fWidth || 0 == fHeight; }
95 int width() const { return fWidth; }
469 uint32_t fWidth;
643 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
650 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
657 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
664 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
673 SkASSERT((unsigned)x < fWidth && (unsigned)y < fHeight);
  /external/skia/include/images/
SkBitmapRegionDecoder.h 12 fWidth = width;
22 virtual int getWidth() { return fWidth; }
29 int fWidth;
SkPageFlipper.h 36 int width() const { return fWidth; }
65 int fWidth;
SkMovie.h 62 int fWidth;
  /external/skia/src/images/
SkPageFlipper.cpp 20 fWidth = 0;
30 fWidth = width;
40 fWidth = width;
49 fDirty1->setRect(0, 0, fWidth, fHeight);
54 r.set(0, 0, fWidth, fHeight);
62 r.setRect(0, 0, fWidth, fHeight);
SkImageDecoder_wbmp.cpp 56 int fWidth;
69 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) {
75 return fWidth != 0 && fHeight != 0;
117 int width = head.fWidth;
SkImageDecoder_libbmp.cpp 62 fWidth = width;
72 int width() const { return fWidth; }
78 int fWidth;
  /external/junit/src/junit/awtui/
Logo.java 16 private int fWidth;
29 fWidth= fImage.getWidth(this);
32 fWidth= 20;
35 setSize(fWidth, fHeight);
51 g.drawImage(fImage, 0, 0, fWidth, fHeight, this);
  /external/skia/src/core/
SkPicture.cpp 113 fWidth = fHeight = 0;
117 fWidth = src.fWidth;
143 SkTSwap(fWidth, other.fWidth);
163 fWidth = width;
207 fWidth = stream->readU32();
226 stream->write32(fWidth);
SkPathEffect.cpp 79 : fWidth(paint.getStrokeWidth()), fMiter(paint.getStrokeMiter()),
85 : fWidth(width), fMiter(miter), fStyle(SkToU8(style)), fJoin(SkToU8(join)), fCap(SkToU8(cap))
93 if (fWidth < 0 || fStyle == SkPaint::kFill_Style)
96 if (fStyle == SkPaint::kStroke_Style && fWidth == 0) // hairline
104 stroke.setWidth(fWidth);
126 buffer.writeScalar(fWidth);
135 fWidth = buffer.readScalar();
SkScalerContext.cpp 43 mask->fBounds.set(fLeft, fTop, fLeft + fWidth, fTop + fHeight);
53 return SkAlign4(size) + sizeof(uint32_t) * ((fWidth + 2) * fHeight);
55 return SkAlign4(size) + sizeof(uint32_t) * (fWidth * (fHeight + 2));
66 fWidth = 0;
86 for (unsigned x = 0; x < fWidth; ++x) {
95 const unsigned outputRowBytes = sizeof(uint32_t) * fWidth;
97 output += fWidth;
101 for (unsigned x = 0; x < fWidth; ++x) {
110 output += fWidth;
304 if (0 == glyph->fWidth || 0 == glyph->fHeight)
    [all...]
SkAlphaRuns.cpp 28 SkDEBUGCODE(fWidth = width;)
87 SkASSERT(x >= 0 && x + (startAlpha != 0) + middleCount + (stopAlpha != 0) <= fWidth);
170 SkASSERT(fWidth > 0);
179 SkASSERT(count <= fWidth);
182 SkASSERT(count == fWidth);
  /external/skia/tests/
TestSize.cpp 23 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
51 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
  /external/skia/bench/
FPSBench.cpp 8 int32_t fWidth;
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/chromium/third_party/icu/source/io/
uscanf_p.c 82 int32_t fWidth; /* Width */
123 info->fWidth = -1;
190 info->fWidth = (int) (*s++ - DIGIT_ZERO);
193 info->fWidth *= 10;
194 info->fWidth += (int) (*s++ - DIGIT_ZERO);
401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth);
403 *(int64_t*)(args[0].ptrValue) = info->fWidth;
405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth);
439 if(info->fWidth != -1)
440 len = ufmt_min(len, info->fWidth);
    [all...]
uprintf.c 55 if(info->fWidth != -1 && resultLen < info->fWidth) {
59 for(i = 0; i < info->fWidth - resultLen; ++i) {
66 for(i = 0; i < info->fWidth - resultLen; ++i) {
uprintf.h 35 int32_t fWidth; /* Width */
  /external/icu4c/io/
uscanf_p.c 82 int32_t fWidth; /* Width */
123 info->fWidth = -1;
190 info->fWidth = (int) (*s++ - DIGIT_ZERO);
193 info->fWidth *= 10;
194 info->fWidth += (int) (*s++ - DIGIT_ZERO);
401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth);
403 *(int64_t*)(args[0].ptrValue) = info->fWidth;
405 *(int32_t*)(args[0].ptrValue) = (int32_t)(UINT32_MAX & info->fWidth);
439 if(info->fWidth != -1)
440 len = ufmt_min(len, info->fWidth);
    [all...]
uprintf.c 55 if(info->fWidth != -1 && resultLen < info->fWidth) {
59 for(i = 0; i < info->fWidth - resultLen; ++i) {
66 for(i = 0; i < info->fWidth - resultLen; ++i) {
  /external/icu4c/samples/layout/
paragraph.cpp 79 fLineHeight(-1), fAscent(-1), fWidth(-1), fHeight(-1), fParagraphLevel(UBIDI_DEFAULT_LTR)
186 if (fWidth == width) {
190 fWidth = width;
233 x = (fWidth - lastX - MARGIN);
244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
pflow.c 57 le_int32 fWidth;
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/skia/src/gl/
SkGLTextCache.cpp 81 SkASSERT(rowBytes >= glyph.fWidth);
117 strike, glyph.fID, glyph.fWidth, glyph.fHeight,
123 strike->fNextFreeOffsetX += glyph.fWidth;
154 SkASSERT(glyph.fWidth != 0);
173 SkASSERT(glyph.fWidth != 0);

Completed in 150 milliseconds

1 2 3