Home
last modified time | relevance | path

Searched refs:extents (Results 1 – 25 of 68) sorted by relevance

123

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DItemLocationBox.java158 …nt itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<Extent> extents) { in createItem() argument
159 return new Item(itemId, constructionMethod, dataReferenceIndex, baseOffset, extents); in createItem()
171 public List<Extent> extents = new LinkedList<Extent>(); field in ItemLocationBox.Item
191 extents.add(new Extent(in)); in Item()
195 …nt itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<Extent> extents) { in Item() argument
200 this.extents = extents; in Item()
215 for (Extent extent : extents) { in getSize()
237 IsoTypeWriter.writeUInt16(bb, extents.size()); in getContent()
239 for (Extent extent : extents) { in getContent()
255 … if (extents != null ? !extents.equals(item.extents) : item.extents != null) return false; in equals()
[all …]
/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp51 btVector3 extents = btVector3(); in Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape() local
52 jmeBulletUtil::convert(env, halfExtents, &extents); in Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape()
56 shape = new btCylinderShapeX(extents); in Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape()
59 shape = new btCylinderShape(extents); in Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape()
62 shape = new btCylinderShapeZ(extents); in Java_com_jme3_bullet_collision_shapes_CylinderCollisionShape_createShape()
Dcom_jme3_bullet_collision_shapes_BoxCollisionShape.cpp51 btVector3 extents = btVector3(); in Java_com_jme3_bullet_collision_shapes_BoxCollisionShape_createShape() local
52 jmeBulletUtil::convert(env, halfExtents, &extents); in Java_com_jme3_bullet_collision_shapes_BoxCollisionShape_createShape()
53 btBoxShape* shape = new btBoxShape(extents); in Java_com_jme3_bullet_collision_shapes_BoxCollisionShape_createShape()
/external/webkit/Source/WebCore/platform/graphics/pango/
DSimpleFontDataPango.cpp153 cairo_text_extents_t extents; in platformWidthForGlyph() local
154 cairo_scaled_font_glyph_extents(m_platformData.m_scaledFont, &cglyph, 1, &extents); in platformWidthForGlyph()
157 …if (cairo_scaled_font_status(m_platformData.m_scaledFont) == CAIRO_STATUS_SUCCESS && extents.x_adv… in platformWidthForGlyph()
158 width = (float)extents.x_advance; in platformWidthForGlyph()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DSimpleFontDataFreeType.cpp151 cairo_text_extents_t extents; in platformWidthForGlyph() local
152 cairo_scaled_font_glyph_extents(m_platformData.scaledFont(), &cglyph, 1, &extents); in platformWidthForGlyph()
155 …if (cairo_scaled_font_status(m_platformData.scaledFont()) == CAIRO_STATUS_SUCCESS && extents.x_adv… in platformWidthForGlyph()
156 w = (float)extents.x_advance; in platformWidthForGlyph()
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
Dfontprops.cpp124 cairo_text_extents_t extents; in GetTextExtent() local
126 cairo_scaled_font_glyph_extents(scaled_font, &cglyph, 1, &extents); in GetTextExtent()
128 if (cairo_scaled_font_status(scaled_font) == CAIRO_STATUS_SUCCESS && extents.x_advance != 0) in GetTextExtent()
129 *width = (wxCoord)extents.x_advance; in GetTextExtent()
/external/quake/quake/src/QW/client/
Dr_light.c203 if ( ds > surf->extents[0] || dt > surf->extents[1] ) in RecursiveLightPoint()
217 lightmap += dt * ((surf->extents[0]>>4)+1) + ds; in RecursiveLightPoint()
224 lightmap += ((surf->extents[0]>>4)+1) * in RecursiveLightPoint()
225 ((surf->extents[1]>>4)+1); in RecursiveLightPoint()
Dgl_rlight.c331 if ( ds > surf->extents[0] || dt > surf->extents[1] ) in RecursiveLightPoint()
345 lightmap += dt * ((surf->extents[0]>>4)+1) + ds; in RecursiveLightPoint()
352 lightmap += ((surf->extents[0]>>4)+1) * in RecursiveLightPoint()
353 ((surf->extents[1]>>4)+1); in RecursiveLightPoint()
Dr_surf.c74 smax = (surf->extents[0]>>4)+1; in R_AddDynamicLights()
75 tmax = (surf->extents[1]>>4)+1; in R_AddDynamicLights()
144 smax = (surf->extents[0]>>4)+1; in R_BuildLightMap()
145 tmax = (surf->extents[1]>>4)+1; in R_BuildLightMap()
260 r_lightwidth = (r_drawsurf.surf->extents[0]>>4)+1; in R_DrawSurface()
Dgl_rsurf.c79 smax = (surf->extents[0]>>4)+1; in R_AddDynamicLights()
80 tmax = (surf->extents[1]>>4)+1; in R_AddDynamicLights()
150 smax = (surf->extents[0]>>4)+1; in R_BuildLightMap()
151 tmax = (surf->extents[1]>>4)+1; in R_BuildLightMap()
845 smax = (fa->extents[0]>>4)+1; in R_RenderBrushPoly()
846 tmax = (fa->extents[1]>>4)+1; in R_RenderBrushPoly()
903 smax = (fa->extents[0]>>4)+1; in R_RenderDynamicLightmaps()
904 tmax = (fa->extents[1]>>4)+1; in R_RenderDynamicLightmaps()
1606 smax = (surf->extents[0]>>4)+1; in GL_CreateSurfaceLightmap()
1607 tmax = (surf->extents[1]>>4)+1; in GL_CreateSurfaceLightmap()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DFontCairo.cpp88 cairo_text_extents_t extents; in drawGlyphsShadow() local
89 cairo_scaled_font_glyph_extents(font->platformData().scaledFont(), glyphs, numGlyphs, &extents); in drawGlyphsShadow()
90 FloatRect fontExtentsRect(point.x(), point.y() - extents.height, extents.width, extents.height); in drawGlyphsShadow()
/external/quake/quake/src/WinQuake/
Dr_light.cpp203 if ( ds > surf->extents[0] || dt > surf->extents[1] ) in RecursiveLightPoint()
217 lightmap += dt * ((surf->extents[0]>>4)+1) + ds; in RecursiveLightPoint()
224 lightmap += ((surf->extents[0]>>4)+1) * in RecursiveLightPoint()
225 ((surf->extents[1]>>4)+1); in RecursiveLightPoint()
Dgl_rlight.cpp334 if ( ds > surf->extents[0] || dt > surf->extents[1] ) in RecursiveLightPoint()
348 lightmap += dt * ((surf->extents[0]>>4)+1) + ds; in RecursiveLightPoint()
355 lightmap += ((surf->extents[0]>>4)+1) * in RecursiveLightPoint()
356 ((surf->extents[1]>>4)+1); in RecursiveLightPoint()
Dr_surf.cpp74 smax = (surf->extents[0]>>4)+1; in R_AddDynamicLights()
75 tmax = (surf->extents[1]>>4)+1; in R_AddDynamicLights()
161 smax = (surf->extents[0]>>4)+1; in R_BuildLightMap()
162 tmax = (surf->extents[1]>>4)+1; in R_BuildLightMap()
277 r_lightwidth = (r_drawsurf.surf->extents[0]>>4)+1; in R_DrawSurface()
Dgl_rsurf.cpp79 smax = (surf->extents[0]>>4)+1; in R_AddDynamicLights()
80 tmax = (surf->extents[1]>>4)+1; in R_AddDynamicLights()
151 smax = (surf->extents[0]>>4)+1; in R_BuildLightMap()
152 tmax = (surf->extents[1]>>4)+1; in R_BuildLightMap()
913 smax = (fa->extents[0]>>4)+1; in R_RenderBrushPoly()
914 tmax = (fa->extents[1]>>4)+1; in R_RenderBrushPoly()
972 smax = (fa->extents[0]>>4)+1; in R_RenderDynamicLightmaps()
973 tmax = (fa->extents[1]>>4)+1; in R_RenderDynamicLightmaps()
1681 smax = (surf->extents[0]>>4)+1; in GL_CreateSurfaceLightmap()
1682 tmax = (surf->extents[1]>>4)+1; in GL_CreateSurfaceLightmap()
/external/e2fsprogs/tests/f_extents2/
Dname1 multiply claimed blocks in extents and other illegal extents
Dexpect.12 Inode 12 has out of order extents
24 Inode 18 has out of order extents
/external/e2fsprogs/tests/f_bad_disconnected_inode/
Dexpect.12 Inode 1 has EXTENTS_FL flag set on filesystem without extents support.
11 Inode 15 has EXTENTS_FL flag set on filesystem without extents support.
14 Inode 16 has EXTENTS_FL flag set on filesystem without extents support.
/external/grub/stage2/
Dfsys_vstafs.c102 if (curr_ext < FILE_INFO->extents) in vstafs_nextdir()
219 while (extent < FILE_INFO->extents && offset>ext_size); in vstafs_read()
234 curr_ext < FILE_INFO->extents; in vstafs_read()
Dvstafs.h75 unsigned int extents; member
/external/e2fsprogs/tests/f_extents/
Dname1 basic extents support
/external/e2fsprogs/tests/f_fast_symlink_extents/
Dname1 fast symlink with extents flag set
/external/valgrind/main/docs/internals/
Darm_thumb_notes_gdbserver.txt43 * Thumb bit in extents
46 At least at this moment (r2155/r11786), the extents for ARM/thumb blocks
48 a good thing: extents should preferrably reference the real address range of
85 Also, it would oblige to keep the thumb bit in the extents, which
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp246 FloatRect extents(getPangoRegionExtents(renderRegion)); in drawGlyphsShadow() local
247 extents.setLocation(FloatPoint(point.x(), point.y() - extents.height())); in drawGlyphsShadow()
248 cairo_t* shadowContext = shadow->beginShadowLayer(graphicsContext, extents); in drawGlyphsShadow()
/external/kernel-headers/original/linux/
Defs_fs_i.h63 efs_extent extents[EFS_DIRECTEXTENTS]; member

123