HomeSort by relevance Sort by last modified time
    Searched defs:width (Results 126 - 150 of 4542) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/gpu/
GrRect.h 35 int width() const { return fRight - fLeft; } function in struct:GrIRect16
37 int area() const { return this->width() * this->height(); }
GrStencilAttachment.h 26 int width() const { return fWidth; } function in class:GrStencilAttachment
31 // We create a unique stencil buffer at each width, height and sampleCnt and share it for
33 static void ComputeSharedStencilAttachmentKey(int width, int height, int sampleCnt,
37 GrStencilAttachment(GrGpu* gpu, int width, int height, int bits, int sampleCnt)
39 , fWidth(width)
  /external/skia/src/gpu/effects/
Gr1DKernelEffect.h 19 * read. Since the center pixel is also read, the total width is one larger than
43 int width() const { return WidthFromRadius(fRadius); } function in class:Gr1DKernelEffect
  /external/skia/src/gpu/text/
GrDistanceFieldAdjustTable.cpp 50 int width, height; local
60 &width, &height);
71 uint8_t* rowPtr = data.get() + row*width;
72 for (int col = 0; col < width - 1; ++col) {
  /external/skia/src/image/
SkImageShaderContext.h 26 float width; member in struct:SkImageShaderContext
  /external/skia/src/pathops/
SkPathOpsRect.h 42 double width() const { function in struct:SkDRect
  /external/skia/src/ports/
SkImageGeneratorCG.cpp 56 int width, height; local
57 if (!CFNumberGetValue(widthRef, kCFNumberIntType, &width) ||
63 SkImageInfo info = SkImageInfo::MakeS32(width, height, alphaType);
  /external/skia/tests/
PaintBreakTextTest.cpp 17 const SkScalar width = paint.measureText(text, length); local
21 const SkScalar step = SkMaxScalar(width / 10, SK_Scalar1);
22 for (SkScalar w = 0; w <= width; w += step) {
27 REPORTER_ASSERT_MESSAGE(reporter, m <= width, msg);
51 const SkScalar width = paint.measureText(text, length); local
54 const size_t length2 = paint.breakText(text, length, width, &mm);
56 REPORTER_ASSERT_MESSAGE(reporter, mm == width, msg);
67 const SkScalar width = paint.measureText(text, kSize); local
70 const size_t length = paint.breakText(text, kSize, width, &mm);
72 REPORTER_ASSERT_MESSAGE(reporter, mm == width, msg)
    [all...]
SkBlend_optsTest.cpp 66 const int width = pixmap.rowBytesAsPixels(); local
67 SkASSERT(width > 0);
68 SkASSERT(width < 4000);
69 SkAutoTArray<uint32_t> correctDst(width);
70 SkAutoTArray<uint32_t> testDst(width);
74 sk_bzero(correctDst.get(), width * sizeof(uint32_t));
75 sk_bzero(testDst.get(), width * sizeof(uint32_t));
76 brute_force_srcover_srgb_srgb(correctDst.get(), src, width, width);
77 SkOpts:: srcover_srgb_srgb( testDst.get(), src, width, width)
    [all...]
StrokeTest.cpp 52 const SkScalar width = SkIntToScalar(10); local
56 paint.setStrokeWidth(width);
61 outer.outset(width/2, width/2);
81 inner.inset(width/2, width/2);
  /external/skia/tools/
skhello.cpp 49 SkScalar width = SkIntToScalar(w); local
51 doDraw(doc->beginPage(width, height, nullptr), paint, text);
77 SkScalar width = paint.measureText(text.c_str(), text.size()); local
80 int w = SkScalarRoundToInt(width) + 30;
  /external/smali/util/src/main/java/org/jf/util/
WrappedIndentingWriter.java 39 * Writer that wraps another writer and passes width-limited and
48 /** &gt; 0; the maximum output width */
49 private final int width; field in class:WrappedIndentingWriter
67 * @param width &gt;= 0; the maximum output width (not including
71 public WrappedIndentingWriter(Writer out, int width, String prefix) {
78 if (width < 0) {
79 throw new IllegalArgumentException("width < 0");
86 this.width = (width != 0) ? width : Integer.MAX_VALUE
    [all...]
  /external/strace/mpers-m32/
struct_v4l2_framebuffer.h 9 uint32_t width; member in struct:__anon30335::__anon30336
  /external/strace/mpers-mx32/
struct_v4l2_framebuffer.h 9 uint32_t width; member in struct:__anon30484::__anon30485
  /external/swiftshader/src/D3D9/
Direct3DSurface9.hpp 31 Direct3DSurface9(Direct3DDevice9 *device, Unknown *container, int width, int height, D3DFORMAT format, D3DPOOL pool, D3DMULTISAMPLE_TYPE multiSample, unsigned int quality, bool lockableOverride, unsigned long usage);
63 static unsigned int memoryUsage(int width, int height, D3DFORMAT format);
67 const int width; member in class:D3D9::Direct3DSurface9
Direct3DVolume9.hpp 33 Direct3DVolume9(Direct3DDevice9 *device, Direct3DVolumeTexture9 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, unsigned long usage);
54 static unsigned int memoryUsage(int width, int height, int depth, D3DFORMAT format);
59 const int width; member in class:D3D9::Direct3DVolume9
  /external/swiftshader/src/Main/
FrameBufferOSX.hpp 29 FrameBufferOSX(CALayer *layer, int width, int height);
39 int width; member in class:sw::FrameBufferOSX
  /external/swiftshader/src/OpenGL/libGL/
Display.h 31 unsigned int width; member in struct:gl::DisplayMode
Image.hpp 32 Image(Texture *parentTexture, GLsizei width, GLsizei height, GLenum format, GLenum type);
33 Image(Texture *parentTexture, GLsizei width, GLsizei height, sw::Format internalFormat, int multiSampleDepth, bool lockable, bool renderTarget);
35 void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint unpackAlignment, const void *input);
36 void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei imageSize, const void *pixels);
58 void loadAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
59 void loadAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
60 void loadAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
61 void loadLuminanceImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
62 void loadLuminanceFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
63 void loadLuminanceHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const
83 const GLsizei width; member in class:gl::Image
    [all...]
  /external/syslinux/gpxe/src/hci/mucurses/widgets/
editbox.c 42 * @v width Width
47 unsigned int width, unsigned int flags ) {
55 box->width = width;
66 size_t width = box->width; local
67 char buf[ width + 1 ];
74 overflow = ( cursor_offset - ( width - 1 ) );
87 memset ( buf, '_', width );
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
editbox.h 25 /** Width */
26 unsigned int width; member in struct:edit_box
41 unsigned int width, unsigned int flags )
  /external/toybox/toys/example/
test_scankey.c 24 unsigned width, height, tick; local
42 if (t[0] != t[1]) terminal_probesize(&width, &height);
44 key = scan_key_getsize(scratch, -1*!!t[0], &width, &height);
51 while (0<(key = scan_key_getsize(scratch, 0, &width, &height)))
55 printf("x=%d y=%d width=%d height=%d\033[K", x, y, width, height);
76 if (x>=width) x = width-1;
  /external/toybox/toys/pending/
vi.c 30 int x, width, y, height; member in struct:linestack_show
watch.c 31 unsigned width = 80, len = sizeof("Www Mmm dd hh:mm:ss yyyy") - 1 ; local
47 terminal_size(&width, NULL);
48 if (!width) width = 80; //on serial it may return 0.
50 if (width > (hlen + len)) xprintf("%s", header);
51 if(width >= len)
52 xprintf("%*s\n",width + ((width > (hlen + len))?-hlen:0) + 1, ctime(&t));
  /external/toybox/toys/posix/
expand.c 46 int width = 1; local
52 width = mbrtowc(&blah, toybuf+i, len-i, 0);
53 if (width > 1) {
54 if (width != fwrite(toybuf+i, width, 1, stdout))
56 i += width-1;
59 } else if (width == -2) break;
60 else if (width == -1) continue;
67 if (c == '\b' && x) width = -1;
74 width = TT.tabcount ? *TT.tab : 8
    [all...]

Completed in 465 milliseconds

1 2 3 4 56 7 8 91011>>