HomeSort by relevance Sort by last modified time
    Searched full:extents (Results 51 - 75 of 205) sorted by null

1 23 4 5 6 7 8 9

  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 88 cairo_text_extents_t extents; local
89 cairo_scaled_font_glyph_extents(font->platformData().scaledFont(), glyphs, numGlyphs, &extents);
90 FloatRect fontExtentsRect(point.x(), point.y() - extents.height, extents.width, extents.height);
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 17 * - tree depth (0 mean there is no tree yet. all extents in the inode)
18 * - number of alive extents in the inode
84 * This way we get better extent-to-group alignment for initialized extents.
  /external/harfbuzz_ng/src/
hb-font.cc 156 hb_glyph_extents_t *extents,
160 hb_bool_t ret = font->parent->get_glyph_extents (glyph, extents);
162 font->parent_scale_position (&extents->x_bearing, &extents->y_bearing);
163 font->parent_scale_distance (&extents->width, &extents->height);
168 memset (extents, 0, sizeof (*extents));
395 hb_glyph_extents_t *extents)
397 return font->get_glyph_extents (glyph, extents);
    [all...]
hb-font-private.hh 269 hb_glyph_extents_t *extents)
271 memset (extents, 0, sizeof (*extents));
274 extents,
395 hb_glyph_extents_t *extents)
397 hb_bool_t ret = get_glyph_extents (glyph, extents);
400 subtract_glyph_origin_for_direction (glyph, direction, &extents->x_bearing, &extents->y_bearing);
hb-font.h 154 /* glyph extents */
195 hb_glyph_extents_t *extents,
299 hb_glyph_extents_t *extents);
349 hb_glyph_extents_t *extents);
hb-old.cc 148 hb_glyph_extents_t extents; local
150 font->get_glyph_extents (glyph, &extents);
152 metrics->x = extents.x_bearing;
153 metrics->y = extents.y_bearing;
154 metrics->width = extents.width;
155 metrics->height = extents.height;
hb-ft.cc 185 hb_glyph_extents_t *extents,
194 extents->x_bearing = ft_face->glyph->metrics.horiBearingX;
195 extents->y_bearing = ft_face->glyph->metrics.horiBearingY;
196 extents->width = ft_face->glyph->metrics.width;
197 extents->height = -ft_face->glyph->metrics.height;
  /external/e2fsprogs/lib/e2p/
pf.c 49 { EXT4_EXTENTS_FL, "e", "Extents" },
  /external/valgrind/main/docs/internals/
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/freetype/
SimpleFontDataFreeType.cpp 151 cairo_text_extents_t extents; local
152 cairo_scaled_font_glyph_extents(m_platformData.scaledFont(), &cglyph, 1, &extents);
155 if (cairo_scaled_font_status(m_platformData.scaledFont()) == CAIRO_STATUS_SUCCESS && extents.x_advance)
156 w = (float)extents.x_advance;
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 153 cairo_text_extents_t extents; local
154 cairo_scaled_font_glyph_extents(m_platformData.m_scaledFont, &cglyph, 1, &extents);
157 if (cairo_scaled_font_status(m_platformData.m_scaledFont) == CAIRO_STATUS_SUCCESS && extents.x_advance != 0)
158 width = (float)extents.x_advance;
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 124 cairo_text_extents_t extents; local
126 cairo_scaled_font_glyph_extents(scaled_font, &cglyph, 1, &extents);
128 if (cairo_scaled_font_status(scaled_font) == CAIRO_STATUS_SUCCESS && extents.x_advance != 0)
129 *width = (wxCoord)extents.x_advance;
  /system/extras/fatblock/
fs.c 38 extent->next = fs->extents;
39 fs->extents = extent;
56 e = last ? last->next : fs->extents;
230 fs->extents = NULL;
fs.h 28 struct extent *extents; member in struct:fs
  /external/quake/quake/src/QW/client/
r_light.c 203 if ( ds > surf->extents[0] || dt > surf->extents[1] )
217 lightmap += dt * ((surf->extents[0]>>4)+1) + ds;
224 lightmap += ((surf->extents[0]>>4)+1) *
225 ((surf->extents[1]>>4)+1);
  /external/quake/quake/src/WinQuake/
r_light.cpp 203 if ( ds > surf->extents[0] || dt > surf->extents[1] )
217 lightmap += dt * ((surf->extents[0]>>4)+1) + ds;
224 lightmap += ((surf->extents[0]>>4)+1) *
225 ((surf->extents[1]>>4)+1);
  /external/e2fsprogs/debugfs/
debug_cmds.ct 46 request do_dump_extents, "Dump extents information ",
47 dump_extents, extents, ex;
  /external/e2fsprogs/tests/f_extents2/
expect.1 2 Inode 12 has out of order extents
24 Inode 18 has out of order extents
  /external/grub/stage2/
vstafs.h 75 unsigned int extents; member in struct:fs_file
fsys_vstafs.c 102 if (curr_ext < FILE_INFO->extents)
219 while (extent < FILE_INFO->extents && offset>ext_size);
234 curr_ext < FILE_INFO->extents;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shapestr.h 143 INT16 xBoundingShape B16; /* extents of bounding shape */
147 INT16 xClipShape B16; /* extents of clip shape */
172 INT16 y B16; /* extents of new shape */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shapestr.h 143 INT16 xBoundingShape B16; /* extents of bounding shape */
147 INT16 xClipShape B16; /* extents of clip shape */
172 INT16 y B16; /* extents of new shape */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shapestr.h 143 INT16 xBoundingShape B16; /* extents of bounding shape */
147 INT16 xClipShape B16; /* extents of clip shape */
172 INT16 y B16; /* extents of new shape */
  /system/extras/ext4_utils/
extent.c 189 error("failed to allocate extents for %llu bytes", len);
213 error("failed to allocate extents for %llu bytes", len);
229 error("failed to allocate extents for %llu bytes", len);
  /external/skia/src/core/
SkBBoxRecord.cpp 94 // Pad top and bottom with max extents from FontMetrics
106 // Set vertical bounds to max extents from font metrics
111 // Pad horizontal bounds on each side by half of max vertical extents (this is sort of
113 // glyph X-extents to pad by, that may be better here, but FontMetrics fXMin and fXMax seem
169 // pad on left and right by half of max vertical glyph extents

Completed in 4853 milliseconds

1 23 4 5 6 7 8 9