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

12

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A 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/cid/
H A Dmodule.mk2 # FreeType 2 CID module definition
20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftcid.c5 /* FreeType API for accessing CID font information. */
45 FT_FACE_FIND_SERVICE( face, service, CID );
77 FT_FACE_FIND_SERVICE( face, service, CID );
104 FT_FACE_FIND_SERVICE( face, service, CID );
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvcid.h5 /* The FreeType CID font services (specification). */
27 #define FT_SERVICE_ID_CID "CID"
42 FT_DEFINE_SERVICE( CID )
/external/freetype/include/internal/services/
H A Dsvcid.h5 /* The FreeType CID font services (specification). */
27 #define FT_SERVICE_ID_CID "CID"
42 FT_DEFINE_SERVICE( CID )
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvcid.h5 /* The FreeType CID font services (specification). */
27 #define FT_SERVICE_ID_CID "CID"
42 FT_DEFINE_SERVICE( CID )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvcid.h5 /* The FreeType CID font services (specification). */
27 #define FT_SERVICE_ID_CID "CID"
42 FT_DEFINE_SERVICE( CID )
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/freetype/include/
H A Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp541 FX_DWORD CID = m_pMapping[charcode]; local
542 if (!CID && m_pUseMap) {
545 return (FX_WORD)CID;
776 FX_WCHAR CPDF_CID2UnicodeMap::UnicodeFromCID(FX_WORD CID) argument
779 return CID;
781 if (CID < m_EmbeddedCount) {
782 return m_pEmbeddedMap[CID];
787 FX_LPCBYTE record = m_pExternalMap->GetRecord(CID);
937 FX_DWORD CID = 0; local
938 while (CID < 6553
1172 FX_WORD CID = CIDFromCharCode(charcode); local
1218 GetVertOrigin(FX_WORD CID, short& vx, short &vy) const argument
1538 FX_WORD CID; member in struct:_CIDTransform
[all...]
H A Dfont_int.h99 FX_DWORD CharCodeFromCID(FX_WORD CID) const;
176 FX_WCHAR UnicodeFromCID(FX_WORD CID);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation())
92 Scan(M, CID);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp130 FX_WORD CID = ((CPDF_CIDFont*)pFont)->CIDFromCharCode(pInfo->m_CharCode); local
134 ((CPDF_CIDFont*)pFont)->GetVertOrigin(CID, vx, vy);
333 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); local
334 return pCIDFont->GetVertWidth(CID) * fontsize;
384 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); local
386 pCIDFont->GetVertOrigin(CID, vx, vy);
451 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); local
453 pCIDFont->GetVertOrigin(CID, vx, vy);
484 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000;
547 FX_WORD CID local
[all...]
/external/clang/lib/AST/
H A DMangle.cpp243 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD))
244 OS << '(' << *CID << ')'; local
H A DDeclObjC.cpp1738 const ObjCCategoryImplDecl &CID) {
1739 OS << CID.getName();
1737 operator <<(raw_ostream &OS, const ObjCCategoryImplDecl &CID) argument
/external/pdfium/core/include/fpdfapi/
H A 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/chromium_org/chrome/browser/resources/cryptotoken/
H A Dhidgnubbydevice.js52 // Use magic CID 0 to address all.
54 0, 0, 0, 0, // broadcast CID
280 'lock for CID ' + cid.toString(16) + ' expired!'));
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp572 FX_WORD CID = pCIDFont->CIDFromCharCode(CharCode); local
577 pCIDFont->GetVertOrigin(CID, vx, vy);
581 FX_LPCBYTE pTransform = pCIDFont->GetCIDTransform(CID);
/external/fonttools/Lib/fontTools/
H A DcffLib.py771 # if it is a CID-keyed font, then the private Dict is extracted from the parent.FDArray
801 assert value == 0 # We get here only when processing fontDicts from the FDArray of CFF-CID fonts. Only the real topDict references the chrset.
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))
1406 # I have not yet supported merging a ttx CFF-CID font, as there are interesting
1425 # I have not yet supported merging a ttx CFF-CID font, as there are interesting
1549 # in CID fonts.
/external/fonttools/Tools/fontTools/
H A DcffLib.py771 # if it is a CID-keyed font, then the private Dict is extracted from the parent.FDArray
801 assert value == 0 # We get here only when processing fontDicts from the FDArray of CFF-CID fonts. Only the real topDict references the chrset.
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))
1406 # I have not yet supported merging a ttx CFF-CID font, as there are interesting
1425 # I have not yet supported merging a ttx CFF-CID font, as there are interesting
1549 # in CID fonts.
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp331 ObjCCategoryImplDecl *CID);
940 ObjCCategoryImplDecl *CID) {
955 startGetterSetterLoc = IMD ? IMD->getLocEnd() : CID->getLocEnd();
1286 if (ObjCCategoryImplDecl *CID =
1288 NameStr += CID->getNameAsString();
1371 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); local
1383 InsertText(CID->getLocStart(), "// ");
1385 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) {
1396 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) {
1406 for (auto *I : IMD ? IMD->property_impls() : CID
938 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
H A DRewriteObjC.cpp277 ObjCCategoryImplDecl *CID);
777 ObjCCategoryImplDecl *CID) {
1088 if (ObjCCategoryImplDecl *CID =
1090 NameStr += CID->getNameAsString();
1173 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); local
1175 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1177 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) {
1188 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) {
1198 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls())
1199 RewritePropertyImplDecl(I, IMD, CID);
775 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h1966 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);

Completed in 686 milliseconds

12