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

12

/external/pdfium/third_party/freetype/src/base/
H A Dftcid.c5 /* FreeType API for accessing CID font information. */
46 FT_FACE_FIND_SERVICE( face, service, CID );
78 FT_FACE_FIND_SERVICE( face, service, CID );
105 FT_FACE_FIND_SERVICE( face, service, CID );
/external/freetype/include/internal/services/
H A Dsvcid.h5 /* The FreeType CID font services (specification). */
28 #define FT_SERVICE_ID_CID "CID"
43 FT_DEFINE_SERVICE( CID )
/external/pdfium/third_party/freetype/include/freetype/internal/services/
H A Dsvcid.h5 /* The FreeType CID font services (specification). */
28 #define FT_SERVICE_ID_CID "CID"
43 FT_DEFINE_SERVICE( CID )
/external/freetype/include/
H A Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/pdfium/third_party/freetype/include/freetype/
H A Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp362 FX_WORD CID; member in struct:__anon15877::CIDTransform
522 FX_WORD CID = *static_cast<const FX_WORD*>(key); local
523 return CID - static_cast<const struct CIDTransform*>(element)->CID;
871 FX_DWORD CID = m_pMapping[charcode]; local
872 if (!CID && m_pUseMap)
874 return (FX_WORD)CID;
1023 FX_WCHAR CPDF_CID2UnicodeMap::UnicodeFromCID(FX_WORD CID) { argument
1025 return CID;
1027 if (CID < m_EmbeddedCoun
1117 FX_DWORD CID = 0; local
1337 FX_WORD CID = CIDFromCharCode(charcode); local
1384 GetVertOrigin(FX_WORD CID, short& vx, short& vy) const argument
[all...]
H A Dfont_int.h132 FX_DWORD CharCodeFromCID(FX_WORD CID) const;
184 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.cpp121 FX_WORD CID = ((CPDF_CIDFont*)pFont)->CIDFromCharCode(pInfo->m_CharCode); local
125 ((CPDF_CIDFont*)pFont)->GetVertOrigin(CID, vx, vy);
326 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode);
327 return pCIDFont->GetVertWidth(CID) * fontsize;
377 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); local
379 pCIDFont->GetVertOrigin(CID, vx, vy);
451 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); local
454 pCIDFont->GetVertOrigin(CID, vx, vy);
485 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000;
546 FX_WORD CID local
[all...]
/external/clang/lib/AST/
H A DMangle.cpp266 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD))
267 OS << '(' << *CID << ')'; local
H A DDeclObjC.cpp2022 const ObjCCategoryImplDecl &CID) {
2023 OS << CID.getName();
2021 operator <<(raw_ostream &OS, const ObjCCategoryImplDecl &CID) argument
H A DExpr.cpp685 if (const ObjCCategoryImplDecl *CID =
687 Out << '(' << *CID << ')'; local
H A DASTContext.cpp5237 if (const ObjCCategoryImplDecl *CID =
5239 for (auto *PID : CID->property_impls())
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h452 const uint8_t* GetCIDTransform(FX_WORD CID) const;
453 short GetVertWidth(FX_WORD CID) const;
454 void GetVertOrigin(FX_WORD CID, short& vx, short& vy) const;
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp563 FX_WORD CID = pCIDFont->CIDFromCharCode(CharCode); local
568 pCIDFont->GetVertOrigin(CID, vx, vy);
572 const uint8_t* 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/Frontend/Rewrite/
H A DRewriteObjC.cpp268 ObjCCategoryImplDecl *CID);
768 ObjCCategoryImplDecl *CID) {
1079 if (ObjCCategoryImplDecl *CID =
1081 NameStr += CID->getNameAsString();
1164 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); local
1166 InsertText(IMD ? IMD->getLocStart() : CID->getLocStart(), "// ");
1168 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) {
1179 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) {
1189 for (auto *I : IMD ? IMD->property_impls() : CID->property_impls())
1190 RewritePropertyImplDecl(I, IMD, CID);
766 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
H A DRewriteModernObjC.cpp322 ObjCCategoryImplDecl *CID);
928 ObjCCategoryImplDecl *CID) {
943 startGetterSetterLoc = IMD ? IMD->getLocEnd() : CID->getLocEnd();
1274 if (ObjCCategoryImplDecl *CID =
1276 NameStr += CID->getNameAsString();
1359 ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(OID); local
1371 InsertText(CID->getLocStart(), "// ");
1373 for (auto *OMD : IMD ? IMD->instance_methods() : CID->instance_methods()) {
1384 for (auto *OMD : IMD ? IMD->class_methods() : CID->class_methods()) {
1394 for (auto *I : IMD ? IMD->property_impls() : CID
926 RewritePropertyImplDecl(ObjCPropertyImplDecl *PID, ObjCImplementationDecl *IMD, ObjCCategoryImplDecl *CID) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h2199 raw_ostream &operator<<(raw_ostream &OS, const ObjCCategoryImplDecl &CID);
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp5080 if (const ObjCCategoryImplDecl *CID =
5082 OS << '(' << *CID << ')'; local
/external/clang/tools/libclang/
H A DCIndex.cpp3923 CID = dyn_cast_or_null<ObjCCategoryImplDecl>(getCursorDecl(C)))
3924 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 629 milliseconds

12