Searched defs:get_size (Results 1 - 19 of 19) sorted by relevance

/external/clang/test/SemaTemplate/
H A Denum-argument.cpp11 struct get_size { struct
18 Val1 = get_size<T>::value,
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-name-table.hh101 inline unsigned int get_size (void) const function in struct:OT::name
H A Dhb-open-type-private.hh69 * Works with X of variable size also. X must implement get_size() */
72 { return StructAtOffset<Type>(&X, X.get_size()); }
75 { return StructAtOffset<Type>(&X, X.get_size()); }
447 unsigned int size = obj.get_size ();
466 unsigned int size = obj.get_size ();
768 inline unsigned int get_size (void) const function in struct:OT::ArrayOf
886 inline unsigned int get_size (void) const function in struct:OT::HeadlessArrayOf
H A Dhb-ot-layout-common-private.hh1144 inline unsigned int get_size (void) const function in struct:OT::Device
1153 return TRACE_RETURN (c->check_struct (this) && c->check_range (this, this->get_size ()));
H A Dhb-ot-layout-gpos-table.hh94 inline unsigned int get_size (void) const function in struct:OT::ValueFormat
182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
189 if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false);
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
/external/harfbuzz_ng/src/
H A Dhb-ot-name-table.hh101 inline unsigned int get_size (void) const function in struct:OT::name
H A Dhb-open-type-private.hh69 * Works with X of variable size also. X must implement get_size() */
72 { return StructAtOffset<Type>(&X, X.get_size()); }
75 { return StructAtOffset<Type>(&X, X.get_size()); }
447 unsigned int size = obj.get_size ();
466 unsigned int size = obj.get_size ();
768 inline unsigned int get_size (void) const function in struct:OT::ArrayOf
886 inline unsigned int get_size (void) const function in struct:OT::HeadlessArrayOf
H A Dhb-ot-layout-common-private.hh1144 inline unsigned int get_size (void) const function in struct:OT::Device
1153 return TRACE_RETURN (c->check_struct (this) && c->check_range (this, this->get_size ()));
H A Dhb-ot-layout-gpos-table.hh94 inline unsigned int get_size (void) const function in struct:OT::ValueFormat
182 return TRACE_RETURN (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c, base, values)));
189 if (!c->check_array (values, get_size (), count)) return TRACE_RETURN (false);
783 unsigned int record_size = valueFormat1.get_size () + valueFormat2.get_size ();
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_points.c55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) function
101 size = get_size(ctx, vert, GL_FALSE);
258 size = get_size(ctx, vert, GL_TRUE);
378 size = get_size(ctx, vert, GL_FALSE);
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c55 get_size(const struct gl_context *ctx, const SWvertex *vert, GLboolean smoothed) function
101 size = get_size(ctx, vert, GL_FALSE);
258 size = get_size(ctx, vert, GL_TRUE);
378 size = get_size(ctx, vert, GL_FALSE);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c280 static GLuint get_size( GLenum type ) function
392 if (input->glarray->Size && get_size(input->glarray->Type))
405 int type_size = get_size(glarray->Type);
804 ib_type_size = get_size(index_buffer->type);
823 if ((get_size(index_buffer->type) - 1) & offset) {
/external/iproute2/tc/
H A Dtc_util.c278 int get_size(unsigned *size, const char *str) function
315 if (get_size(size, str))
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c280 static GLuint get_size( GLenum type ) function
392 if (input->glarray->Size && get_size(input->glarray->Type))
405 int type_size = get_size(glarray->Type);
804 ib_type_size = get_size(index_buffer->type);
823 if ((get_size(index_buffer->type) - 1) & offset) {
/external/pixman/test/
H A Dstress-test.c75 get_size (void) function
273 width = get_size ();
274 height = get_size ();
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dir.py326 def get_size(self): member in class:Array
331 size = property(get_size)
/external/clang/bindings/python/clang/
H A Dcindex.py1827 def get_size(self): member in class:Type
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp590 REAL get_size; local
592 GpStatus status = CallFunc(GdipGetFontSize)((GpFont *)pFont, (REAL*)&get_size);
594 *size = (FX_FLOAT)get_size;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 354 milliseconds