HomeSort by relevance Sort by last modified time
    Searched refs:vmi (Results 1 - 13 of 13) sorted by null

  /external/syslinux/
version.pl 28 $vmi = $3+0;
36 print VI defx($def, 'VERSION_MINOR', $vmi);
  /external/syslinux/com32/hdt/
hdt-dump-vesa.c 51 struct vesa_mode_info *mi = &hardware->vesa.vmi[i].mi;
56 snprintf(buffer,sizeof(buffer),"0x%04x",hardware->vesa.vmi[i].mode + 0x200);
hdt-cli-vesa.c 67 struct vesa_mode_info *mi = &hardware->vesa.vmi[i].mi;
76 hardware->vesa.vmi[i].mode + 0x200,
77 hardware->vesa.vmi[i].mode);
hdt-menu-vesa.c 93 struct vesa_mode_info *mi = &hardware->vesa.vmi[i].mi;
100 hardware->vesa.vmi[i].mode + 0x200);
103 hardware->vesa.vmi[i].mode + 0x200);
hdt-common.c 377 memcpy(&hardware->vesa.vmi[hardware->vesa.vmi_count].mi, mi,
379 hardware->vesa.vmi[hardware->vesa.vmi_count].mode = mode;
  /external/skia/src/gpu/ops/
GrStencilAndCoverPathRenderer.cpp 97 SkMatrix vmi; local
98 if (!viewMatrix.invert(&vmi)) {
141 vmi.mapRect(&coverBounds, devBounds);
150 const SkMatrix& localMatrix = !viewMatrix.hasPerspective() ? SkMatrix::I() : vmi;
GrTessellatingPathRenderer.cpp 268 SkMatrix vmi; local
269 if (!fViewMatrix.invert(&vmi)) {
272 vmi.mapRect(&clipBounds);
GrDefaultPathRenderer.cpp 583 SkMatrix vmi; local
585 if (!viewMatrix.hasPerspective() && viewMatrix.invert(&vmi)) {
586 vmi.mapRect(&bounds);
GrMSAAPathRenderer.cpp 671 SkMatrix vmi; local
673 if (!viewMatrix.hasPerspective() && viewMatrix.invert(&vmi)) {
674 vmi.mapRect(&bounds);
  /external/skqp/src/gpu/ops/
GrStencilAndCoverPathRenderer.cpp 97 SkMatrix vmi; local
98 if (!viewMatrix.invert(&vmi)) {
141 vmi.mapRect(&coverBounds, devBounds);
150 const SkMatrix& localMatrix = !viewMatrix.hasPerspective() ? SkMatrix::I() : vmi;
GrTessellatingPathRenderer.cpp 268 SkMatrix vmi; local
269 if (!fViewMatrix.invert(&vmi)) {
272 vmi.mapRect(&clipBounds);
GrDefaultPathRenderer.cpp 583 SkMatrix vmi; local
585 if (!viewMatrix.hasPerspective() && viewMatrix.invert(&vmi)) {
586 vmi.mapRect(&bounds);
GrMSAAPathRenderer.cpp 671 SkMatrix vmi; local
673 if (!viewMatrix.hasPerspective() && viewMatrix.invert(&vmi)) {
674 vmi.mapRect(&bounds);

Completed in 1056 milliseconds