HomeSort by relevance Sort by last modified time
    Searched defs:Narrow (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c 174 EFI_NARROW_GLYPH Narrow;
194 // default system font is the fixed font (narrow or wide glyph).
215 // Search the narrow glyph array
219 CopyMem (&Narrow, NarrowPtr + Index,sizeof (EFI_NARROW_GLYPH));
220 if (Narrow.UnicodeWeight == Char) {
228 CopyMem (*GlyphBuffer, Narrow.GlyphCol1, Cell->Height);
230 *Attributes = (UINT8) (Narrow.Attributes | NARROW_GLYPH);
525 // Draw it as two narrow glyphs.
551 // This character is narrow glyph, i.e. 8 pixels * 19 pixels.
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 205 // Try to narrow lower bound. Returns the greatest of the two if possible.
220 // Try to narrow upper bound. Returns the lowest of the two if possible.
320 virtual ValueRange* Narrow(ValueRange* range) {
402 // Try to narrow this MonotonicValueRange given another range.
405 ValueRange* Narrow(ValueRange* range) OVERRIDE {
602 // Narrow the value range of `instruction` at the end of `basic_block` with `range`,
621 AssignRange(successor, instruction, existing_range->Narrow(range));
624 // Special case that we may simultaneously narrow two MonotonicValueRange's to
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/skia/src/sfnt/
SkPanose.h 476 Narrow = 8,
489 Narrow = 8,
502 Narrow = 8,
515 Narrow = 8,
  /external/skqp/src/sfnt/
SkPanose.h 476 Narrow = 8,
489 Narrow = 8,
502 Narrow = 8,
515 Narrow = 8,
  /external/vixl/src/aarch32/
disasm-aarch32.cc     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 432 milliseconds