Home
last modified time | relevance | path

Searched refs:get_width (Results 1 – 25 of 163) sorted by relevance

1234567

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-common.hh45 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 …]
Dhb-ot-var-hvar-table.hh62 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/
DesextcTextureBorderClampSamplingTexture.cpp103 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/
Dtest_sidebar.py189 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/
Dstatic.hpp172 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/
Dhb-ot-var-hvar-table.hh44 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/
Dimage-extract-reuse.asm.frag14 …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/
Dimage-extract-reuse.asm.frag14 …out.Size = int2(uTexture.get_width(), uTexture.get_height()) + int2(uTexture.get_width(1), uTextur…
/third_party/harfbuzz/src/
Dhb-ot-var-hvar-table.hh44 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/
Dquant_style.hpp61 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/
D913.wgsl.expected.msl20 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/
Dimage.comp11 …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/
Dimage.comp10 …float4 v = uImageIn.read(uint2((int2(gl_GlobalInvocationID.xy) + int2(uImageIn.get_width(), uImage…
/third_party/cef/libcef_dll/ctocpp/
Dimage_ctocpp.cc156 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/
Dvector-builtin-type-cast.asm.comp15 int2 r0 = int2(int2(u0.get_width(), u0.get_height()) >> int2(uint2(4u)));
/third_party/skia/third_party/externals/tint/test/intrinsics/gen/textureDimensions/
D1e9e39.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());
Dcccc8f.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());
Da7d565.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());
D6adac6.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());
D9da9e2.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());
D4df9a8.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());
D002b2a.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());
D0cce40.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());
D57da0b.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());
D08753d.wgsl.expected.msl9 int res = int(tint_symbol_1.get_width());

1234567