/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | PERF-VERSION-GEN | 16 CID= 21 CID=$(git log -1 --abbrev=4 --pretty=format:"%h" 2>/dev/null) && CID="-g$CID" 27 VN="$TAG$CID" 28 if test -n "$CID"
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
D | ftcid.c | 45 FT_FACE_FIND_SERVICE( face, service, CID ); in FT_Get_CID_Registry_Ordering_Supplement() 77 FT_FACE_FIND_SERVICE( face, service, CID ); in FT_Get_CID_Is_Internally_CID_Keyed() 104 FT_FACE_FIND_SERVICE( face, service, CID ); in FT_Get_CID_From_Glyph_Index()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font_cid.cpp | 541 FX_DWORD CID = m_pMapping[charcode]; in CIDFromCharCode() local 542 if (!CID && m_pUseMap) { in CIDFromCharCode() 545 return (FX_WORD)CID; in CIDFromCharCode() 776 FX_WCHAR CPDF_CID2UnicodeMap::UnicodeFromCID(FX_WORD CID) in UnicodeFromCID() argument 779 return CID; in UnicodeFromCID() 781 if (CID < m_EmbeddedCount) { in UnicodeFromCID() 782 return m_pEmbeddedMap[CID]; in UnicodeFromCID() 787 FX_LPCBYTE record = m_pExternalMap->GetRecord(CID); in UnicodeFromCID() 937 FX_DWORD CID = 0; in _CharCodeFromUnicode() local 938 while (CID < 65536) { in _CharCodeFromUnicode() [all …]
|
D | font_int.h | 99 FX_DWORD CharCodeFromCID(FX_WORD CID) const; 176 FX_WCHAR UnicodeFromCID(FX_WORD CID);
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 130 FX_WORD CID = ((CPDF_CIDFont*)pFont)->CIDFromCharCode(pInfo->m_CharCode); in GetItemInfo() local 134 ((CPDF_CIDFont*)pFont)->GetVertOrigin(CID, vx, vy); in GetItemInfo() 333 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); in GetCharWidth() local 334 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth() 384 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); in GetCharRect() local 386 pCIDFont->GetVertOrigin(CID, vx, vy); in GetCharRect() 451 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); in CalcPositionData() local 453 pCIDFont->GetVertOrigin(CID, vx, vy); in CalcPositionData() 484 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000; in CalcPositionData() 547 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); in CalcCharPos() local [all …]
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/ |
D | module.mk | 20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRI…
|
/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/freetype/include/internal/services/ |
D | svcid.h | 42 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/ |
D | svcid.h | 42 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/ |
D | svcid.h | 42 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
|
/external/chromium_org/third_party/freetype/include/freetype/internal/services/ |
D | svcid.h | 42 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
|
/external/freetype/include/ |
D | ftmoderr.h | 148 FT_MODERRDEF( CID, 0x600, "CID module" )
|
/external/chromium_org/third_party/freetype/include/freetype/ |
D | ftmoderr.h | 148 FT_MODERRDEF( CID, 0x600, "CID module" )
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
D | ftmoderr.h | 148 FT_MODERRDEF( CID, 0x600, "CID module" )
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
D | ftmoderr.h | 148 FT_MODERRDEF( CID, 0x600, "CID module" )
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 243 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodName() local 244 OS << '(' << *CID << ')'; in mangleObjCMethodName()
|
D | DeclObjC.cpp | 1738 const ObjCCategoryImplDecl &CID) { in operator <<() argument 1739 OS << CID.getName(); in operator <<()
|
D | Expr.cpp | 641 if (const ObjCCategoryImplDecl *CID = in ComputeName() local 643 Out << '(' << *CID << ')'; in ComputeName()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 515 FX_LPCBYTE GetCIDTransform(FX_WORD CID) const; 521 short GetVertWidth(FX_WORD CID) const; 523 void GetVertOrigin(FX_WORD CID, short& vx, short& vy) const;
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_text.cpp | 572 FX_WORD CID = pCIDFont->CIDFromCharCode(CharCode); in Load() local 577 pCIDFont->GetVertOrigin(CID, vx, vy); in Load() 581 FX_LPCBYTE pTransform = pCIDFont->GetCIDTransform(CID); in Load()
|
/external/fonttools/Lib/fontTools/ |
D | cffLib.py | 905 CID = readCard16(file) 906 charset.append("cid" + str(CID).zfill(5)) 924 for CID in range(first, first+nLeft+1): 925 charset.append("cid" + str(CID).zfill(5))
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 277 ObjCCategoryImplDecl *CID); 777 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() argument 1088 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local 1090 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl() 1173 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local 1175 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// "); in RewriteImplementationDecl() 1177 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() 1188 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() 1198 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl() 1199 RewritePropertyImplDecl(I, IMD, CID); in RewriteImplementationDecl() [all …]
|
D | RewriteModernObjC.cpp | 331 ObjCCategoryImplDecl *CID); 940 ObjCCategoryImplDecl *CID) { in RewritePropertyImplDecl() argument 955 startGetterSetterLoc = IMD ? IMD->getLocEnd() : CID->getLocEnd(); in RewritePropertyImplDecl() 1286 if (ObjCCategoryImplDecl *CID = in RewriteObjCMethodDecl() local 1288 NameStr += CID->getNameAsString(); in RewriteObjCMethodDecl() 1371 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); in RewriteImplementationDecl() local 1383 InsertText(CID->getLocStart(), "// "); in RewriteImplementationDecl() 1385 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) { in RewriteImplementationDecl() 1396 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) { in RewriteImplementationDecl() 1406 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls()) in RewriteImplementationDecl() [all …]
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 1966 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 3564 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange() local 3565 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()
|