/external/freetype/docs/ |
D | formats.txt | 31 format. Values are `CID' for CID-keyed fonts, `SYNTHETIC' for 82 SFNT PS TYPE_1 CID cid 5180.sfnt.pdf (for the Mac) 86 SFNT PS CFF CID cff OT spec, 5176.CFF.pdf 105 --- PS TYPE_1 CID cid PLRM.pdf (CID Font Type 0; 110 --- PS* CFF CID cff 5176.CFF.pdf (`pure' CFF) 114 --- PS* CFF/MM CID cff old 5167.CFF.pdf (`pure' CFF) 119 PS PS* CFF CID --- PLRM.pdf (Type 2) [1] 122 PS PS* CFF/MM CID --- PLRM.pdf (Type 2) [1] 126 --- PS TYPE_3 CID --- PLRM.pdf (CID Font Type 1; 130 --- PS TYPE_32 CID --- PLRM.pdf (CID Font Type 4; [all …]
|
D | TODO | 6 * Add CIDCMap support to the CID driver. 10 * Add kerning (AFM file) support to the CID driver. 18 * CID driver: 19 Handle the case where a CID font has a top-level font matrix also 24 * CID driver:
|
D | PROBLEMS | 11 * Some Type 1, Multiple Masters, and CID-keyed PostScript fonts aren't
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cid2unicodemap.cpp | 23 wchar_t CPDF_CID2UnicodeMap::UnicodeFromCID(uint16_t CID) { in UnicodeFromCID() argument 25 return CID; in UnicodeFromCID() 27 if (CID < m_EmbeddedCount) { in UnicodeFromCID() 28 return m_pEmbeddedMap[CID]; in UnicodeFromCID()
|
D | cpdf_cidfont.cpp | 210 bool IsMetricForCID(const uint32_t* pEntry, uint16_t CID) { in IsMetricForCID() argument 211 return pEntry[0] <= CID && pEntry[1] >= CID; in IsMetricForCID() 301 uint32_t CID = 0; in CharCodeFromUnicode() local 302 while (CID < 65536) { in CharCodeFromUnicode() 304 m_pCID2UnicodeMap->UnicodeFromCID(static_cast<uint16_t>(CID)); in CharCodeFromUnicode() 306 return CID; in CharCodeFromUnicode() 307 CID++; in CharCodeFromUnicode() 499 uint16_t CID = CIDFromCharCode(charcode); in GetCharBBox() local 500 const uint8_t* pTransform = GetCIDTransform(CID); in GetCharBBox() 532 short CPDF_CIDFont::GetVertWidth(uint16_t CID) const { in GetVertWidth() [all …]
|
D | cpdf_cidfont.h | 61 const uint8_t* GetCIDTransform(uint16_t CID) const; 62 short GetVertWidth(uint16_t CID) const; 63 void GetVertOrigin(uint16_t CID, short& vx, short& vy) const;
|
D | cpdf_cid2unicodemap.h | 21 wchar_t UnicodeFromCID(uint16_t CID);
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 46 uint16_t CID = pFont->AsCIDFont()->CIDFromCharCode(pInfo->m_CharCode); in GetItemInfo() local 51 pFont->AsCIDFont()->GetVertOrigin(CID, vx, vy); in GetItemInfo() 188 uint16_t CID = pCIDFont->CIDFromCharCode(charcode); in GetCharWidth() local 189 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth() 236 uint16_t CID = pCIDFont->CIDFromCharCode(charcode); in CalcPositionData() local 239 pCIDFont->GetVertOrigin(CID, vx, vy); in CalcPositionData() 252 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000; in CalcPositionData()
|
/external/freetype/src/base/ |
D | ftcid.c | 46 FT_FACE_FIND_SERVICE( face, service, CID ); in FT_Get_CID_Registry_Ordering_Supplement() 78 FT_FACE_FIND_SERVICE( face, service, CID ); in FT_Get_CID_Is_Internally_CID_Keyed() 105 FT_FACE_FIND_SERVICE( face, service, CID ); in FT_Get_CID_From_Glyph_Index()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_charposlist.cpp | 94 uint16_t CID = pCIDFont->CIDFromCharCode(CharCode); in Load() local 100 pCIDFont->GetVertOrigin(CID, vx, vy); in Load() 105 const uint8_t* pTransform = pCIDFont->GetCIDTransform(CID); in Load()
|
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/ |
D | control.CM07 | 8 MBIM Compliance Test: Validation of status in case of an unsupported CID in 22 Validation of status in case of an unsupported CID in MBIM_COMMAND_MSG.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineOutliner.h | 96 void setCallInfo(unsigned CID, unsigned CO) { in setCallInfo() 97 CallConstructionID = CID; in setCallInfo()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local 92 Scan(M, CID); in Scan()
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | RecursiveType.ll | 20 ; CHECK-SPIRV: 4 TypeStruct [[CID:[0-9]+]] {{[0-9]+}} [[BID]] 21 ; CHECK-SPIRV: 4 TypeStruct [[AID:[0-9]+]] {{[0-9]+}} [[CID]]
|
/external/freetype/src/cid/ |
D | module.mk | 20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRI…
|
/external/freetype/include/freetype/internal/services/ |
D | svcid.h | 43 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
|
/external/u-boot/include/power/ |
D | max77696_pmic.h | 53 CID = 0x9c, enumerator
|
/external/freetype/include/freetype/ |
D | ftmoderr.h | 148 FT_MODERRDEF( CID, 0x600, "CID module" )
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 263 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodNameWithoutSize() local 264 OS << '(' << *CID << ')'; in mangleObjCMethodNameWithoutSize()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | syscall_linux.go | 471 CID uint16 member 486 cid[0] = byte(sa.CID) 487 cid[1] = byte(sa.CID >> 8) 641 CID uint32 member 649 sa.raw.Cid = sa.CID 727 CID: pp.Cid,
|
/external/fonttools/Tests/feaLib/ |
D | lexer_test.py | 38 self.assertEqual(lex("\\0 \\987"), [(Lexer.CID, 0), (Lexer.CID, 987)])
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Analysis.cpp | 76 const InstructionBenchmarkClustering::ClusterId &CID) { in writeClusterId() argument 77 if (CID.isNoise()) in writeClusterId() 79 else if (CID.isError()) in writeClusterId() 82 OS << CID.getId(); in writeClusterId()
|
/external/spirv-llvm/test/SPIRV/ |
D | layout.ll | 50 ; CHECK: {{[0-9]*}} TypeStruct [[CID:[0-9]+]] {{[0-9]+}} [[BID]] 51 ; CHECK: {{[0-9]*}} TypeStruct [[AID:[0-9]+]] {{[0-9]+}} [[CID]]
|
/external/u-boot/board/warp/ |
D | warp.c | 129 ret = pmic_reg_read(p, CID, ®); in power_init_board()
|
/external/fonttools/Lib/fontTools/feaLib/ |
D | lexer.py | 16 CID = "CID" variable in Lexer 102 return (Lexer.CID, int(text[start + 1:self.pos_], 10), location)
|