HomeSort by relevance Sort by last modified time
    Searched full:fwidth (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium/third_party/icu/source/io/
sprintf.c 62 if(info->fWidth != -1 && resultLen < info->fWidth) {
63 int32_t paddingLeft = info->fWidth - resultLen;
uprntf_p.c 433 (info->fPrecision == -1 && info->fZero) ? info->fWidth : info->fPrecision);
468 info->fPrecision == -1 && info->fZero ? info->fWidth : info->fPrecision);
863 *count = info->fWidth;
    [all...]
  /external/icu4c/io/
sprintf.c 62 if(info->fWidth != -1 && resultLen < info->fWidth) {
63 int32_t paddingLeft = info->fWidth - resultLen;
uprntf_p.c 433 (info->fPrecision == -1 && info->fZero) ? info->fWidth : info->fPrecision);
468 info->fPrecision == -1 && info->fZero ? info->fWidth : info->fPrecision);
863 *count = info->fWidth;
    [all...]
  /external/skia/src/views/
SkView.cpp 8 fWidth = fHeight = 0;
57 if (fWidth != width || fHeight != height)
60 fWidth = width;
86 if (fWidth && fHeight && this->isVisible())
89 r.set(fLoc.fX, fLoc.fY, fLoc.fX + fWidth, fLoc.fY + fHeight);
350 if (x < 0 || y < 0 || x >= fWidth || y >= fHeight) {
468 bounds->set(0, 0, fWidth, fHeight);
  /external/skia/include/images/
SkMovie.h 62 int fWidth;
  /external/skia/tests/
PathTest.cpp 23 size.fWidth = 3.4f;
  /external/skia/include/core/
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);
SkPicture.h 96 int width() const { return fWidth; }
114 int fWidth, fHeight;
SkScalerContext.h 40 uint16_t fWidth, fHeight;
47 unsigned rb = fWidth;
  /external/skia/src/core/
SkBitmap.cpp 36 uint32_t fWidth, fHeight;
139 SkTSwap<uint32_t>(fWidth, other.fWidth);
243 fWidth = width;
535 if (0 == fWidth || 0 == fHeight ||
547 const int width = fWidth;
984 level[i].fWidth = width;
1025 mip.fWidth, mip.fHeight, mip.fRowBytes);
    [all...]
SkAntiRun.h 180 SkDEBUGCODE(int fWidth;)
SkScan_AntiPath.cpp 50 int fWidth, fLeft, fSuperLeft;
67 fWidth = right - left;
93 const int width = fWidth;
109 fRuns.reset(fWidth);
SkDraw.cpp 757 fWidth = paint.getStrokeWidth();
761 fPaint->setStrokeWidth(fWidth);
767 SkScalar fWidth;
    [all...]
SkStroke.cpp 491 fWidth = SK_DefaultStrokeWidth;
499 fWidth = p.getStrokeWidth();
507 fWidth = width;
516 fWidth = width;
569 SkScalar radius = SkScalarHalf(fWidth);
SkPaint.cpp 52 fWidth = 0;
221 fWidth = width;
710 SkIntToScalar(g.fLeft + g.fWidth),
734 SkIntToScalar(g.fLeft + g.fWidth) + sx,
1032 (g.fLeft + g.fWidth) * scale,
    [all...]
SkGlyphCache.cpp 309 if (glyph.fWidth) {
322 if (glyph.fWidth) {
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 107 if (fPixels == NULL || fWidth == 0 || fHeight == 0) {
  /external/skia/src/utils/mac/
SkBitmap_Mac.cpp 107 if (fPixels == NULL || fWidth == 0 || fHeight == 0) {
  /external/skia/include/views/
SkView.h 75 SkScalar width() const { return fWidth; }
82 void setHeight(SkScalar height) { this->setSize(fWidth, height); }
346 SkScalar fWidth, fHeight;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 613 glyph->fWidth = SkToU16((bbox.xMax - bbox.xMin) >> 6);
620 glyph->fWidth = SkToU16(fFace->glyph->bitmap.width);
645 SkDEBUGF(("Metrics(glyph:%d flags:0x%x) w:%d\n", glyph->getGlyphID(fBaseGlyphCount), fLoadGlyphFlags, glyph->fWidth));
671 glyph.getGlyphID(fBaseGlyphCount), glyph.fWidth, glyph.fHeight, glyph.rowBytes(), fLoadGlyphFlags, err));
726 target.width = glyph.fWidth;
739 SkASSERT_CONTINUE(glyph.fWidth == fFace->glyph->bitmap.width);
    [all...]
  /development/ndk/platforms/android-8/arch-arm/lib/
libjnigraphics.so 
  /external/skia/src/gl/
SkGLDevice.cpp 48 x + glyph.fWidth, y + glyph.fHeight);
601 SkASSERT(glyph.fWidth > 0 && glyph.fHeight > 0);
610 bounds.set(x, y, x + glyph.fWidth, y + glyph.fHeight);
653 SkFixed right = (offset + glyph.fWidth) << (16 - shiftW);
  /external/skia/src/images/
SkMovie_gif.cpp 91 info->fWidth = fGIF->SWidth;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 

Completed in 3225 milliseconds

12 3