/external/harfbuzz_ng/src/ |
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/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
|
/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/chromium_org/third_party/harfbuzz-ng/src/ |
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/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;
|
xfs.h | 57 typedef xfs_int32_t xfs_extnum_t; /* # of extents in a file */ 58 typedef xfs_int16_t xfs_aextnum_t; /* # extents in an attribute fork */ 89 xfs_drtbno_t sb_rextents; /* number of realtime extents */ 93 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */ 122 xfs_uint64_t sb_frextents; /* free realtime extents */ 503 xfs_extnum_t di_nextents; /* number of extents in data fork */ 504 xfs_aextnum_t di_anextents; /* number of extents in attribute fork*/
|
/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/chromium_org/third_party/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
|
/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
|
/bionic/libc/kernel/common/linux/ |
efs_fs_i.h | 67 efs_extent extents[EFS_DIRECTEXTENTS]; member in struct:efs_inode_info
|
/external/chromium_org/content/browser/loader/ |
transfer_navigation_resource_throttle.cc | 61 // If a toplevel request is redirecting across extension extents, we want to
|
/external/chromium_org/media/base/ |
media_log_event.h | 81 // The extents of the sliding buffer have changed.
|
/external/e2fsprogs/misc/ |
e2freefrag.8.in | 63 Extent Size Range : Free extents Free Blocks Percent
|
/external/chromium_org/extensions/common/ |
url_pattern_set.cc | 172 // Two extension extents overlap if there is any one URL that would match at 173 // least one pattern in each of the extents.
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_err.c | 132 "Inode does not use extents", 142 "Operation not supported for inodes containing extents",
|