/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-common.hh | 45 unsigned total_size = min_size + mapCount * get_width (); in copy() 56 unsigned int width = plan.get_width (); in serialize() 97 unsigned int w = get_width (); in map() 114 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width() function 124 get_width ())); in sanitize() 150 unsigned total_size = min_size + mapCount * get_width (); in copy() 159 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width() function 168 get_width ())); in sanitize() 212 unsigned get_width () const in get_width() function 215 case 0: return u.format0.get_width (); in get_width() [all …]
|
D | hb-ot-var-hvar-table.hh | 62 outer_bit_count = (index_map.get_width () * 8) - index_map.get_inner_bit_count (); in init() 144 …unsigned int get_width () const { return ((outer_bit_count + inner_bit_count + 7) / 8); } in get_width() function 148 { return (map_count? (DeltaSetIndexMap::min_size + get_width () * map_count): 0); } in get_size()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampSamplingTexture.cpp | 103 m_width = configuration.get_width(); in TestConfiguration() 244 glw::GLuint size = m_test_configuration.get_width() * m_test_configuration.get_height() * in setInitData() 271 …m_test_configuration.get_width() * m_test_configuration.get_height() * m_test_configuration.get_de… in createTextures() 282 m_test_configuration.get_width(), /* width */ in createTextures() 292 m_test_configuration.get_width(), /* width */ in createTextures() 308 m_test_configuration.get_width(), /* width */ in createTextures() 323 m_test_configuration.get_width(), /* width */ in createTextures() 335 m_test_configuration.get_width(), /* width */ in createTextures() 353 m_test_configuration.get_width(), /* width */ in createTextures() 379 m_test_configuration.get_width(), m_test_configuration.get_height()); in createTextures() [all …]
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 189 def get_width(): function 193 self.assertEqual(get_width(), 1) 197 self.assertEqual(get_width(), 1) 201 self.assertEqual(get_width(), 1) 205 self.assertEqual(get_width(), 2) 209 self.assertEqual(get_width(), 2) 213 self.assertEqual(get_width(), 2) 217 self.assertEqual(get_width(), 1) 221 self.assertEqual(get_width(), 2) 225 self.assertEqual(get_width(), 3) [all …]
|
/third_party/boost/boost/xpressive/detail/static/ |
D | static.hpp | 172 detail::width get_width() const in get_width() function 203 return this->Matcher::get_width() + this->next_.get_width(); in get_width_() 243 detail::width get_width() const in get_width() function
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-hvar-table.hh | 44 get_width ())); in sanitize() 59 unsigned int w = get_width (); in map() 76 unsigned int get_width () const { return ((format >> 4) & 3) + 1; } in get_width() function
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/ |
D | image-extract-reuse.asm.frag | 14 …out.Size = int2(uTexture.get_width(), uTexture.get_height()) + int2(uTexture.get_width(1), uTextur…
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/ |
D | image-extract-reuse.asm.frag | 14 …out.Size = int2(uTexture.get_width(), uTexture.get_height()) + int2(uTexture.get_width(1), uTextur…
|
/third_party/harfbuzz/src/ |
D | hb-ot-var-hvar-table.hh | 44 get_width ())); in sanitize() 50 unsigned int width = plan.get_width (); in serialize() 91 unsigned int w = get_width (); in map() 108 unsigned int get_width () const { return ((format >> 4) & 3) + 1; } in get_width() function 148 outer_bit_count = (index_map.get_width () * 8) - index_map.get_inner_bit_count (); in init() 230 …unsigned int get_width () const { return ((outer_bit_count + inner_bit_count + 7) / 8); } in get_width() function 234 { return (map_count? (DeltaSetIndexMap::min_size + get_width () * map_count): 0); } in get_size()
|
/third_party/boost/boost/xpressive/detail/core/ |
D | quant_style.hpp | 61 static detail::width get_width() in get_width() function 72 static detail::width get_width() { return width; } \
|
/third_party/skia/third_party/externals/tint/test/bug/tint/ |
D | 913.wgsl.expected.msl | 20 int2 const srcSize = int2(tint_symbol_1.get_width(), tint_symbol_1.get_height()); 21 int2 const dstSize = int2(tint_symbol_2.get_width(), tint_symbol_2.get_height());
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/ |
D | image.comp | 11 …uImageOut.write(uImageIn.read(uint2((_23 + int2(uImageIn.get_width(), uImageIn.get_height())))), u…
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/ |
D | image.comp | 10 …float4 v = uImageIn.read(uint2((int2(gl_GlobalInvocationID.xy) + int2(uImageIn.get_width(), uImage…
|
/third_party/cef/libcef_dll/ctocpp/ |
D | image_ctocpp.cc | 156 if (CEF_MEMBER_MISSING(_struct, get_width)) in GetWidth() 162 size_t _retval = _struct->get_width(_struct); in GetWidth()
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/comp/ |
D | vector-builtin-type-cast.asm.comp | 15 int2 r0 = int2(int2(u0.get_width(), u0.get_height()) >> int2(uint2(4u)));
|
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/textureDimensions/ |
D | 1e9e39.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|
D | cccc8f.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|
D | a7d565.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|
D | 6adac6.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|
D | 9da9e2.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|
D | 4df9a8.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|
D | 002b2a.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|
D | 0cce40.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|
D | 57da0b.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|
D | 08753d.wgsl.expected.msl | 9 int res = int(tint_symbol_1.get_width());
|