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

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
width.go 11 // each character and remain upright in vertical text layout. Narrow characters
38 // narrow and require additional information not contained in the character
47 // EastAsianNarrow characters are narrow in its usual form. They often have
51 // Note: there exist Narrow runes that do not have fullwidth or wide
55 // wide that map to a narrow counterpart.
59 // narrow that map to a wide or ambiguous counterpart, plus U+20A9 ? WON
125 // Narrow returns the narrow variant of a rune or 0 if the rune is already
126 // narrow or doesn't have a narrow variant
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/
width.go 11 // each character and remain upright in vertical text layout. Narrow characters
38 // narrow and require additional information not contained in the character
47 // EastAsianNarrow characters are narrow in its usual form. They often have
51 // Note: there exist Narrow runes that do not have fullwidth or wide
55 // wide that map to a narrow counterpart.
59 // narrow that map to a wide or ambiguous counterpart, plus U+20A9 ? WON
125 // Narrow returns the narrow variant of a rune or 0 if the rune is already
126 // narrow or doesn't have a narrow variant
    [all...]
  /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 204 // Try to narrow lower bound. Returns the greatest of the two if possible.
219 // Try to narrow upper bound. Returns the lowest of the two if possible.
319 virtual ValueRange* Narrow(ValueRange* range) {
401 // Try to narrow this MonotonicValueRange given another range.
404 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/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1896 milliseconds