HomeSort by relevance Sort by last modified time
    Searched defs:Wide (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/src/core/
Sk4px.h 53 class Wide : public Sk16h {
55 Wide(const Sk16h& v) : Sk16h(v) {}
63 // These just keep the types as Wide so the user doesn't have to keep casting.
64 Wide operator * (const Wide& o) const { return INHERITED::operator*(o); }
65 Wide operator + (const Wide& o) const { return INHERITED::operator+(o); }
66 Wide operator - (const Wide& o) const { return INHERITED::operator-(o); }
67 Wide operator >> (int bits) const { return INHERITED::operator>>(bits);
    [all...]
  /external/skqp/src/core/
Sk4px.h 53 class Wide : public Sk16h {
55 Wide(const Sk16h& v) : Sk16h(v) {}
63 // These just keep the types as Wide so the user doesn't have to keep casting.
64 Wide operator * (const Wide& o) const { return INHERITED::operator*(o); }
65 Wide operator + (const Wide& o) const { return INHERITED::operator+(o); }
66 Wide operator - (const Wide& o) const { return INHERITED::operator-(o); }
67 Wide operator >> (int bits) const { return INHERITED::operator>>(bits);
    [all...]
  /sdk/emulator/mksdcard/src/source/
mksdcard.c 48 #define MAX_DISK_SIZE ((Wide)MAX_SECTORS_PER_DISK * BYTES_PER_SECTOR)
50 typedef long long Wide; /* might be something else if you don't use GCC */
93 get_sectors_per_cluster( Wide disk_size )
95 Wide disk_MB = disk_size/(1024*1024);
113 get_sectors_per_fat( Wide disk_size, int sectors_per_cluster )
115 Wide divider;
126 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label )
200 write_empty( FILE* file, Wide count )
236 Wide disk_size;
  /external/pdfium/third_party/lcms/src/
cmsnamed.c 246 // Add a wide entry. Do not add any \0 terminator (ICC1v43_2010-12.pdf page 61)
370 // Obtain an ASCII representation of the wide string. Setting buffer to NULL returns the len
375 const wchar_t *Wide;
386 Wide = _cmsMLUgetWide(mlu, &StrLen, Lang, Cntry, NULL, NULL);
387 if (Wide == NULL) return 0;
404 if (Wide[i] == 0)
407 Buffer[i] = (char) Wide[i];
415 // Obtain a wide representation of the MLU, on depending on current locale settings
420 const wchar_t *Wide;
429 Wide = _cmsMLUgetWide(mlu, &StrLen, Lang, Cntry, NULL, NULL)
    [all...]
cmstypes.c 959 wchar_t *Wide = NULL;
987 Wide = (wchar_t*) _cmsDupMem(self ->ContextID, L"", sizeof(wchar_t));
994 Wide = (wchar_t*) _cmsCalloc(self ->ContextID, len, sizeof(wchar_t));
995 if (Wide == NULL) goto Error;
999 cmsMLUgetWide(mlu, cmsNoLanguage, cmsNoCountry, Wide, len * sizeof(wchar_t));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c 175 EFI_WIDE_GLYPH Wide;
194 // default system font is the fixed font (narrow or wide glyph).
236 // Search the wide glyph array
240 CopyMem (&Wide, WidePtr + Index, sizeof (EFI_WIDE_GLYPH));
241 if (Wide.UnicodeWeight == Char) {
249 CopyMem (*GlyphBuffer, Wide.GlyphCol1, EFI_GLYPH_HEIGHT);
250 CopyMem (*GlyphBuffer + EFI_GLYPH_HEIGHT, Wide.GlyphCol2, EFI_GLYPH_HEIGHT);
252 *Attributes = (UINT8) (Wide.Attributes | EFI_GLYPH_WIDE);
524 // This character is wide glyph, i.e. 16 pixels * 19 pixels.
    [all...]
  /external/skia/src/sfnt/
SkPanose.h 474 Wide = 6,
487 Wide = 6,
500 Wide = 6,
513 Wide = 6,
  /external/skqp/src/sfnt/
SkPanose.h 474 Wide = 6,
487 Wide = 6,
500 Wide = 6,
513 Wide = 6,
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/vixl/src/aarch32/
disasm-aarch32.cc     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h     [all...]