Home
last modified time | relevance | path

Searched refs:CID (Results 1 – 25 of 29) sorted by relevance

12

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
DPERF-VERSION-GEN16 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/
Dftcid.c45 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/
Dfpdf_font_cid.cpp541 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 …]
Dfont_int.h99 FX_DWORD CharCodeFromCID(FX_WORD CID) const;
176 FX_WCHAR UnicodeFromCID(FX_WORD CID);
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp130 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/
Dmodule.mk20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRI…
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation()) in Scan() local
92 Scan(M, CID); in Scan()
/external/freetype/include/internal/services/
Dsvcid.h42 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
Dsvcid.h42 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
Dsvcid.h42 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
Dsvcid.h42 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
/external/freetype/include/
Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/chromium_org/third_party/freetype/include/freetype/
Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/pdfium/core/include/thirdparties/freetype/freetype/
Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/clang/lib/AST/
DMangle.cpp243 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodName() local
244 OS << '(' << *CID << ')'; in mangleObjCMethodName()
DDeclObjC.cpp1738 const ObjCCategoryImplDecl &CID) { in operator <<() argument
1739 OS << CID.getName(); in operator <<()
DExpr.cpp641 if (const ObjCCategoryImplDecl *CID = in ComputeName() local
643 Out << '(' << *CID << ')'; in ComputeName()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h515 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/
Dfpdf_render_text.cpp572 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/
DcffLib.py905 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/
DRewriteObjC.cpp277 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 …]
DRewriteModernObjC.cpp331 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/
DDeclObjC.h1966 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
/external/clang/tools/libclang/
DCIndex.cpp3564 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C))) in clang_Cursor_getSpellingNameRange() local
3565 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange()

12