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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sfntly/cpp/src/test/
hdmx_test.cc 52 EXPECT_EQ(hdmx_table->Width(0, 0), HDMX_MAX_WIDTH[0]);
53 EXPECT_EQ(hdmx_table->Width(0, 19), HDMX_MAX_WIDTH[0]);
54 EXPECT_EQ(hdmx_table->Width(0, 623), HDMX_MAX_WIDTH[0]);
55 EXPECT_EQ(hdmx_table->Width(1, 0), HDMX_MAX_WIDTH[1]);
56 EXPECT_EQ(hdmx_table->Width(1, 19), HDMX_MAX_WIDTH[1]);
57 EXPECT_EQ(hdmx_table->Width(1, 623), HDMX_MAX_WIDTH[1]);
58 EXPECT_EQ(hdmx_table->Width(2, 0), HDMX_MAX_WIDTH[2]);
59 EXPECT_EQ(hdmx_table->Width(2, 19), HDMX_MAX_WIDTH[2]);
60 EXPECT_EQ(hdmx_table->Width(2, 623), HDMX_MAX_WIDTH[2]);
61 EXPECT_EQ(hdmx_table->Width(3, 0), HDMX_MAX_WIDTH[3])
    [all...]
  /external/sfntly/cpp/src/test/
hdmx_test.cc 52 EXPECT_EQ(hdmx_table->Width(0, 0), HDMX_MAX_WIDTH[0]);
53 EXPECT_EQ(hdmx_table->Width(0, 19), HDMX_MAX_WIDTH[0]);
54 EXPECT_EQ(hdmx_table->Width(0, 623), HDMX_MAX_WIDTH[0]);
55 EXPECT_EQ(hdmx_table->Width(1, 0), HDMX_MAX_WIDTH[1]);
56 EXPECT_EQ(hdmx_table->Width(1, 19), HDMX_MAX_WIDTH[1]);
57 EXPECT_EQ(hdmx_table->Width(1, 623), HDMX_MAX_WIDTH[1]);
58 EXPECT_EQ(hdmx_table->Width(2, 0), HDMX_MAX_WIDTH[2]);
59 EXPECT_EQ(hdmx_table->Width(2, 19), HDMX_MAX_WIDTH[2]);
60 EXPECT_EQ(hdmx_table->Width(2, 623), HDMX_MAX_WIDTH[2]);
61 EXPECT_EQ(hdmx_table->Width(3, 0), HDMX_MAX_WIDTH[3])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 62 INT Width;
66 Size(): Width(0), Height(0) {}
67 Size(INT width, INT height): Width(width), Height(height) {}
68 Size(const Size& size): Width(size.Width), Height(size.Height) {}
71 return Width == 0 && Height == 0;
74 return Width == size.Width && Height == size.Height
    [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusTypes.h 141 Width = Height = 0.0f;
146 Width = size.Width;
150 SizeF(IN REAL width,
153 Width = width;
159 return SizeF(Width + sz.Width,
165 return SizeF(Width - sz.Width,
    [all...]
  /external/libcxxabi/test/
dynamic_cast_stress.cpp 45 template <std::size_t Width, std::size_t Depth>
47 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>
55 const std::size_t Width = 10;
57 A<Width, Depth> a;
58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
76 B<Width/2, Depth> -O3 48.334 93.190 libc++abi 93% faster
77 B<Width/2, Depth> -Os 58.535 94.103 libc++abi 61% faster
78 A<Width, Depth> -O3 11.515 33.134 libc++abi 188% faste
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
dynamic_cast_stress.cpp 45 template <std::size_t Width, std::size_t Depth>
47 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>
55 const std::size_t Width = 10;
57 A<Width, Depth> a;
58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
76 B<Width/2, Depth> -O3 48.334 93.190 libc++abi 93% faster
77 B<Width/2, Depth> -Os 58.535 94.103 libc++abi 61% faster
78 A<Width, Depth> -O3 11.515 33.134 libc++abi 188% faste
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast_stress.cpp 45 template <std::size_t Width, std::size_t Depth>
47 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>
55 const std::size_t Width = 10;
57 A<Width, Depth> a;
58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
76 B<Width/2, Depth> -O3 48.334 93.190 libc++abi 93% faster
77 B<Width/2, Depth> -Os 58.535 94.103 libc++abi 61% faster
78 A<Width, Depth> -O3 11.515 33.134 libc++abi 188% faste
    [all...]
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 59 uint64_t Width = Target.getTypeWidth(PtrDiff);
62 Width = 2 * Width;
63 return std::make_pair(Width, Align);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/
bilinearfilter_arm.c 25 int Width,
32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
lines.c 34 * Set the line width.
36 * \param width line width in pixels.
41 _mesa_LineWidth( GLfloat width )
47 _mesa_debug(ctx, "glLineWidth %f\n", width);
49 if (width<=0.0) {
71 if (ctx->Line.Width == width)
75 ctx->Line.Width = width;
    [all...]
scissor.c 36 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height )
42 _mesa_debug(ctx, "glScissor %d %d %d %d\n", x, y, width, height);
44 if (width < 0 || height < 0) {
49 _mesa_set_scissor(ctx, x, y, width, height);
57 * \param width width of the scissor box.
68 GLint x, GLint y, GLsizei width, GLsizei height)
72 width == ctx->Scissor.Width &&
79 ctx->Scissor.Width = width
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/
bilinearfilter_arm.c 25 int Width,
32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
  /external/mesa3d/src/mesa/main/
lines.c 34 * Set the line width.
36 * \param width line width in pixels.
41 _mesa_LineWidth( GLfloat width )
47 _mesa_debug(ctx, "glLineWidth %f\n", width);
49 if (width<=0.0) {
71 if (ctx->Line.Width == width)
75 ctx->Line.Width = width;
    [all...]
scissor.c 36 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height )
42 _mesa_debug(ctx, "glScissor %d %d %d %d\n", x, y, width, height);
44 if (width < 0 || height < 0) {
49 _mesa_set_scissor(ctx, x, y, width, height);
57 * \param width width of the scissor box.
68 GLint x, GLint y, GLsizei width, GLsizei height)
72 width == ctx->Scissor.Width &&
79 ctx->Scissor.Width = width
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
bilinearfilter_arm.c 25 int Width,
32 vp8_filter_block2d_bil_first_pass_armv6(src_ptr, FData, src_pitch, Height + 1, Width, HFilter);
35 vp8_filter_block2d_bil_second_pass_armv6(FData, dst_ptr, dst_pitch, Height, Width, VFilter);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texture.c 70 GLuint bytes = _mesa_format_image_size(texImage->TexFormat, texImage->Width,
80 swImg->RowStride = texImage->Width;
91 swImg->ImageOffsets[i] = i * texImage->Width * texImage->Height;
112 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) &&
119 /* Compute Width/Height/DepthScale for mipmap lod computation */
127 swImg->WidthScale = (GLfloat) texImage->Width;
165 assert(x < texImage->Width || texImage->Width == 0);
167 assert(x + w <= texImage->Width);
200 stride = _mesa_format_row_stride(texImage->TexFormat, texImage->Width);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texture.c 70 GLuint bytes = _mesa_format_image_size(texImage->TexFormat, texImage->Width,
80 swImg->RowStride = texImage->Width;
91 swImg->ImageOffsets[i] = i * texImage->Width * texImage->Height;
112 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) &&
119 /* Compute Width/Height/DepthScale for mipmap lod computation */
127 swImg->WidthScale = (GLfloat) texImage->Width;
165 assert(x < texImage->Width || texImage->Width == 0);
167 assert(x + w <= texImage->Width);
200 stride = _mesa_format_row_stride(texImage->TexFormat, texImage->Width);
    [all...]
  /external/libvpx/libvpx/test/
convolve_test.cc 198 int Width() const { return GET_PARAM(0); }
201 const int center = (kOuterBlockSize - Width()) / 2;
210 i % kOuterBlockSize >= (BorderLeft() + Width()));
265 Width(), Height()));
270 for (int x = 0; x < Width(); ++x)
282 Width(), Height()));
287 for (int x = 0; x < Width(); ++x)
299 Width(), Height()));
304 for (int x = 0; x < Width(); ++x)
355 Width(), Height())
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 198 int Width() const { return GET_PARAM(0); }
201 const int center = (kOuterBlockSize - Width()) / 2;
210 i % kOuterBlockSize >= (BorderLeft() + Width()));
265 Width(), Height()));
270 for (int x = 0; x < Width(); ++x)
282 Width(), Height()));
287 for (int x = 0; x < Width(); ++x)
299 Width(), Height()));
304 for (int x = 0; x < Width(); ++x)
355 Width(), Height())
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
basic_types.h 21 WebSize(int width, int height);
24 int width; member in struct:WebSize
30 WebRect(int x, int y, int width, int height);
36 int Width() const;
  /external/chromium_org/third_party/angle/util/
Event.h 24 int Width;
OSWindow.cpp 47 mWidth = event.Size.Width;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.h 54 int32_t Width();
55 void SetWidth(byte_t width);
83 int32_t Width();
small_glyph_metrics.h 50 int32_t Width();
51 void SetWidth(byte_t width);
70 int32_t Width();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 25 APSIntType(uint32_t Width, bool Unsigned)
26 : BitWidth(Width), IsUnsigned(Unsigned) {}
46 /// type's bit width and signedness.
99 /// signed integers of the same width.

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>