/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | ItemLocationBox.java | 158 …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/ |
D | com_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp | 51 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()
|
D | com_jme3_bullet_collision_shapes_BoxCollisionShape.cpp | 51 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/ |
D | SimpleFontDataPango.cpp | 153 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/ |
D | SimpleFontDataFreeType.cpp | 151 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/ |
D | fontprops.cpp | 124 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/ |
D | r_light.c | 203 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()
|
D | gl_rlight.c | 331 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()
|
D | r_surf.c | 74 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()
|
D | gl_rsurf.c | 79 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/ |
D | FontCairo.cpp | 88 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/ |
D | r_light.cpp | 203 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()
|
D | gl_rlight.cpp | 334 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()
|
D | r_surf.cpp | 74 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()
|
D | gl_rsurf.cpp | 79 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/ |
D | name | 1 multiply claimed blocks in extents and other illegal extents
|
D | expect.1 | 2 Inode 12 has out of order extents 24 Inode 18 has out of order extents
|
/external/e2fsprogs/tests/f_bad_disconnected_inode/ |
D | expect.1 | 2 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/ |
D | fsys_vstafs.c | 102 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()
|
D | vstafs.h | 75 unsigned int extents; member
|
/external/e2fsprogs/tests/f_extents/ |
D | name | 1 basic extents support
|
/external/e2fsprogs/tests/f_fast_symlink_extents/ |
D | name | 1 fast symlink with extents flag set
|
/external/valgrind/main/docs/internals/ |
D | arm_thumb_notes_gdbserver.txt | 43 * 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/ |
D | FontGtk.cpp | 246 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/ |
D | efs_fs_i.h | 63 efs_extent extents[EFS_DIRECTEXTENTS]; member
|