/external/skia/include/ports/ |
SkFontStyle.h | 52 int width() const { return fUnion.fR.fWidth; } 63 uint8_t fWidth; // 1 .. 9
|
/external/skia/src/core/ |
SkImageInfo.cpp | 21 fWidth = buffer.read32(); 33 buffer.write32(fWidth);
|
SkMipMap.h | 23 uint32_t fWidth, fHeight;
|
/external/skia/src/gpu/ |
GrRectanizer_skyline.h | 30 seg->fWidth = this->width(); 43 int fWidth;
|
/external/skia/src/gpu/gl/ |
GrGLTexture.cpp | 30 vp.fWidth = textureDesc.fWidth;
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_wbmp.cpp | 52 int fWidth; 65 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) { 71 return fWidth != 0 && fHeight != 0; 111 int width = head.fWidth;
|
/external/skia/src/images/ |
SkImageDecoder_wbmp.cpp | 52 int fWidth; 65 if (!read_mbf(stream, &fWidth) || (unsigned)fWidth > 0xFFFF) { 71 return fWidth != 0 && fHeight != 0; 111 int width = head.fWidth;
|
/external/valgrind/main/VEX/priv/ |
main_util.c | 337 Int fwidth, nout, len1, len2, len3; local 358 fwidth = 0; 370 fwidth = va_arg(ap, Int); 374 fwidth = fwidth * 10 + (*format - '0'); 393 if (fwidth > len2) { len1 = ljustify ? 0 : fwidth-len2; 394 len3 = ljustify ? fwidth-len2 : 0; } 405 if (fwidth > len2) { len1 = ljustify ? 0 : fwidth-len2 [all...] |
/external/chromium_org/third_party/skia/include/core/ |
SkImageInfo.h | 126 int fWidth; 186 int width() const { return fWidth; } 191 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } 197 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); } 212 return sk_64_mul(fWidth, this->bytesPerPixel()); 233 return sk_64_mul(fHeight - 1, rowBytes) + fWidth * this->bytesPerPixel(); 241 uint64_t rb = sk_64_mul(fWidth, this->bytesPerPixel());
|
/external/skia/include/core/ |
SkImageInfo.h | 126 int fWidth; 186 int width() const { return fWidth; } 191 bool isEmpty() const { return fWidth <= 0 || fHeight <= 0; } 197 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); } 212 return sk_64_mul(fWidth, this->bytesPerPixel()); 233 return sk_64_mul(fHeight - 1, rowBytes) + fWidth * this->bytesPerPixel(); 241 uint64_t rb = sk_64_mul(fWidth, this->bytesPerPixel());
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
GaneshUtils.cpp | 49 desc.fWidth = size.width(); 56 info.fWidth = desc.fWidth;
|
/external/chromium_org/third_party/skia/samplecode/ |
SampleOvalTest.cpp | 93 if (fSize.fWidth < kLimit) { 94 SkDebugf("--- width=%g, flat=%d buldge=%d total: flat=%d buldge=%d\n", fSize.fWidth, 96 fSize.fWidth += SK_Scalar1;
|
SampleMipMap.cpp | 56 fWidth = N; 93 int fWidth;
|
/external/skia/samplecode/ |
SampleOvalTest.cpp | 93 if (fSize.fWidth < kLimit) { 94 SkDebugf("--- width=%g, flat=%d buldge=%d total: flat=%d buldge=%d\n", fSize.fWidth, 96 fSize.fWidth += SK_Scalar1;
|
SampleMipMap.cpp | 56 fWidth = N; 93 int fWidth;
|
/external/chromium_org/third_party/icu/source/io/ |
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/chromium_org/third_party/skia/experimental/iOSSampleApp/ |
SkSampleUIView.h | 24 GLint fWidth;
|
/external/chromium_org/third_party/skia/src/core/ |
SkMipMap.h | 23 uint32_t fWidth, fHeight;
|
/external/icu/icu4c/source/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/experimental/iOSSampleApp/ |
SkSampleUIView.h | 24 GLint fWidth;
|
/external/chromium_org/third_party/skia/include/images/ |
SkPageFlipper.h | 29 int width() const { return fWidth; } 58 int fWidth;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBicubicImageFilter.cpp | 47 fScale.fWidth = buffer.readScalar(); 49 buffer.validate(SkScalarIsFinite(fScale.fWidth) && 51 (fScale.fWidth >= 0) && 58 buffer.writeScalar(fScale.fWidth); 103 SkRect dstRect = SkRect::MakeWH(SkScalarMul(SkIntToScalar(src.width()), fScale.fWidth), 179 SkRect dstRect = SkRect::MakeWH(srcBM.width() * fScale.fWidth, 184 desc.fWidth = SkScalarCeilToInt(dstRect.width()); 199 WrapTexture(dst, desc.fWidth, desc.fHeight, result);
|
/external/chromium_org/third_party/skia/tests/ |
GrSurfaceTest.cpp | 23 desc.fWidth = 256; 43 backendDesc.fWidth = 256;
|
/external/skia/include/images/ |
SkPageFlipper.h | 29 int width() const { return fWidth; } 58 int fWidth;
|
/external/skia/src/effects/ |
SkBicubicImageFilter.cpp | 47 fScale.fWidth = buffer.readScalar(); 49 buffer.validate(SkScalarIsFinite(fScale.fWidth) && 51 (fScale.fWidth >= 0) && 58 buffer.writeScalar(fScale.fWidth); 103 SkRect dstRect = SkRect::MakeWH(SkScalarMul(SkIntToScalar(src.width()), fScale.fWidth), 179 SkRect dstRect = SkRect::MakeWH(srcBM.width() * fScale.fWidth, 184 desc.fWidth = SkScalarCeilToInt(dstRect.width()); 199 WrapTexture(dst, desc.fWidth, desc.fHeight, result);
|