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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/core/
SkPictureRecorder.cpp 32 fWidth = width;
52 fWidth = width;
72 // TODO: picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, fRecord));
79 picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, *fPictureRecord, deepCopyOps));
103 SkPicture picture(fWidth, fHeight, *fPictureRecord, deepCopyOps);
SkImageInfo.cpp 21 fWidth = buffer.read32();
33 buffer.write32(fWidth);
  /external/skia/src/core/
SkPictureRecorder.cpp 32 fWidth = width;
52 fWidth = width;
72 // TODO: picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, fRecord));
79 picture = SkNEW_ARGS(SkPicture, (fWidth, fHeight, *fPictureRecord, deepCopyOps));
103 SkPicture picture(fWidth, fHeight, *fPictureRecord, deepCopyOps);
  /external/chromium_org/tools/win/DebugVisualizers/
skia.natvis 13 <DisplayString>({fWidth}, {fHeight})</DisplayString>
15 <Item Name="Width">fWidth</Item>
  /external/chromium_org/third_party/skia/tests/
TestSize.cpp 30 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
58 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
ReadWriteAlphaTest.cpp 39 desc.fWidth = X_SIZE;
58 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
67 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
95 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
  /external/skia/tests/
TestSize.cpp 30 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
58 a.fWidth == b.fWidth && a.fHeight == b.fHeight);
ReadWriteAlphaTest.cpp 39 desc.fWidth = X_SIZE;
58 texture->writePixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
67 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
95 texture->readPixels(0, 0, desc.fWidth, desc.fHeight, desc.fConfig,
  /external/chromium_org/third_party/skia/src/gpu/
GrStencilBuffer.h 27 int width() const { return fWidth; }
58 , fWidth(width)
68 int fWidth;
GrRectanizer_skyline.h 30 seg->fWidth = this->width();
43 int fWidth;
  /external/skia/src/gpu/
GrStencilBuffer.h 27 int width() const { return fWidth; }
58 , fWidth(width)
68 int fWidth;
  /external/chromium_org/third_party/skia/src/image/
SkSurface.cpp 77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) {
78 SkASSERT(fWidth >= 0);
84 : fWidth(info.fWidth)
87 SkASSERT(fWidth >= 0);
  /external/skia/src/image/
SkSurface.cpp 77 SkSurface::SkSurface(int width, int height) : fWidth(width), fHeight(height) {
78 SkASSERT(fWidth >= 0);
84 : fWidth(info.fWidth)
87 SkASSERT(fWidth >= 0);
  /external/chromium_org/third_party/skia/platform_tools/nacl/src/
nacl_hello.cpp 87 if (position.size().width() == fWidth &&
91 fWidth = position.size().width();
93 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
100 pp::Size(fWidth, fHeight), false);
101 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, fWidth, fHeight);
122 int fWidth;
  /external/skia/platform_tools/nacl/src/
nacl_hello.cpp 87 if (position.size().width() == fWidth &&
91 fWidth = position.size().width();
93 fDeviceContext = pp::Graphics2D(this, pp::Size(fWidth, fHeight), false);
100 pp::Size(fWidth, fHeight), false);
101 fBitmap.setConfig(SkBitmap::kARGB_8888_Config, fWidth, fHeight);
122 int fWidth;
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
fwidth.ir 1 ((function fwidth
  /external/chromium_org/third_party/skia/include/core/
SkStrokeRec.h 35 SkScalar getWidth() const { return fWidth; }
86 return fWidth == other.fWidth &&
97 SkScalar fWidth;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLRenderTarget.cpp 33 temp.fWidth = width;
52 viewport.fWidth, viewport.fHeight,
62 SkASSERT(viewport.fWidth == texture->width());
75 viewport.fWidth, viewport.fHeight,
GrGLTexture.cpp 30 vp.fWidth = textureDesc.fWidth;
  /external/mesa3d/src/glsl/builtins/ir/
fwidth.ir 1 ((function fwidth
  /external/skia/include/core/
SkStrokeRec.h 35 SkScalar getWidth() const { return fWidth; }
86 return fWidth == other.fWidth &&
97 SkScalar fWidth;
  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 33 temp.fWidth = width;
52 viewport.fWidth, viewport.fHeight,
62 SkASSERT(viewport.fWidth == texture->width());
75 viewport.fWidth, viewport.fHeight,
  /external/chromium_org/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...]
  /external/icu/icu4c/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...]
  /external/chromium_org/third_party/skia/include/ports/
SkFontStyle.h 52 int width() const { return fUnion.fR.fWidth; }
63 uint8_t fWidth; // 1 .. 9

Completed in 410 milliseconds

12 3 4 5 6 7 8 91011>>