Searched refs:phys (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/freetype/dist/src/pfr/
H A Dpfrdrivr.c36 PFR_PhyFont phys = &face->phy_font; local in function:pfr_get_kerning
42 if ( phys->outline_resolution != phys->metrics_resolution )
46 (FT_Long)phys->outline_resolution,
47 (FT_Long)phys->metrics_resolution );
51 (FT_Long)phys->outline_resolution,
52 (FT_Long)phys->metrics_resolution );
82 PFR_PhyFont phys = &face->phy_font; local in function:pfr_get_advance
85 if ( gindex < phys->num_chars )
87 *anadvance = phys
105 PFR_PhyFont phys = &face->phy_font; local in function:pfr_get_metrics
[all...]
H A Dpfrsbit.c587 PFR_PhyFont phys = &face->phy_font; local in function:pfr_slot_load_bitmap
594 character = &phys->chars[glyph_index];
602 strike = phys->strikes;
603 for ( n = 0; n < phys->num_strikes; n++ )
632 if ( FT_STREAM_SEEK( phys->bct_offset + strike->bct_offset ) ||
663 if ( phys->metrics_resolution != phys->outline_resolution )
665 (FT_Long)phys->outline_resolution,
666 (FT_Long)phys->metrics_resolution );
674 (FT_Long)phys
[all...]
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dkgsl_drm.h126 uint32_t phys; member in struct:drm_kgsl_gem_prep
/xsrc/external/mit/libpciaccess/dist/src/
H A Dx86_pci.c887 tagPhysStruct phys; local in function:pci_device_x86_map_range
889 phys.pvPhysAddress = (DWORD64)(DWORD32)map->base;
890 phys.dwPhysMemSizeInBytes = map->size;
892 map->memory = (PDWORD)MapPhysToLin(&phys);
903 tagPhysStruct phys; local in function:pci_device_x86_unmap_range
905 phys.pvPhysAddress = (DWORD64)(DWORD32)map->base;
906 phys.dwPhysMemSizeInBytes = map->size;
908 if (!UnmapPhysicalMemory(&phys))
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c446 int phys = PHYS_INDEX + phys_off; local in function:v3d_ra_select_rf
448 if (BITSET_TEST(regs, phys)) {
450 *out = phys;
702 * phys regfile.
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir_register_allocate.c324 * phys regs), but round-robin through them to give post-RA
339 int phys = PHYS_INDEX + phys_off; local in function:v3d_ra_select_callback
341 if (BITSET_TEST(regs, phys)) {
343 return phys;
542 * phys regfile.

Completed in 9 milliseconds