Home
last modified time | relevance | path

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

12

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/
Dformats.txt30 Values are `CID' for CID-keyed fonts, `SYNTHETIC' for fonts which
59 --- SFNT PS TYPE_1 CID cid 5180.sfnt.pdf (for the Mac)
61 MAC SFNT PS TYPE_1 CID cid 5180.sfnt.pdf (for the Mac)
67 --- SFNT PS CFF CID cff OT spec, 5176.CFF.pdf
68 MAC SFNT PS CFF CID cff OT spec, 5176.CFF.pdf
88 --- --- PS TYPE_1 CID cid PLRM.pdf (CID Font Type 0;
93 --- --- PS CFF CID cff 5176.CFF.pdf (`pure' CFF)
96 --- PS PS CFF CID --- PLRM.pdf (Type 2) [1]
100 --- --- PS TYPE_3 CID --- PLRM.pdf (CID Font Type 1;
104 --- --- PS TYPE_32 CID --- PLRM.pdf (CID Font Type 4;
[all …]
DTODO6 * 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:
DPROBLEMS11 * Some Type 1, Multiple Masters, and CID-keyed PostScript fonts aren't
DCHANGES811 - Some vulnerabilities in handling CID-keyed PostScript fonts have
1152 `FT_Get_CID_From_Glyph_Index' can be used to access CID-keyed
1153 CFF fonts via CID values. This code has been contributed by
1171 - CID-keyed fonts in an SFNT wrapper were not handled correctly.
1191 - Rudimentary support for Type 1 fonts and CID-keyed Type 1 fonts
1193 Mac. The core SFNT tables `TYP1' and `CID ' are passed to the
1194 PS Type 1 and CID-keyed PS font drivers; other tables (`ALMX',
1296 - Subsetted CID-keyed CFFs are now supported correctly.
1298 - CID-keyed CFFs with subfonts which are scaled in a non-standard
1308 access to those fields in a CID-keyed font. The code has been
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp362 FX_WORD CID; member
522 FX_WORD CID = *static_cast<const FX_WORD*>(key); in CompareCIDTransform() local
523 return CID - static_cast<const struct CIDTransform*>(element)->CID; in CompareCIDTransform()
871 FX_DWORD CID = m_pMapping[charcode]; in CIDFromCharCode() local
872 if (!CID && m_pUseMap) in CIDFromCharCode()
874 return (FX_WORD)CID; in CIDFromCharCode()
1023 FX_WCHAR CPDF_CID2UnicodeMap::UnicodeFromCID(FX_WORD CID) { in UnicodeFromCID() argument
1025 return CID; in UnicodeFromCID()
1027 if (CID < m_EmbeddedCount) { in UnicodeFromCID()
1028 return m_pEmbeddedMap[CID]; in UnicodeFromCID()
[all …]
Dfont_int.h132 FX_DWORD CharCodeFromCID(FX_WORD CID) const;
184 FX_WCHAR UnicodeFromCID(FX_WORD CID);
/external/pdfium/third_party/freetype/src/base/
Dftcid.c46 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
Dftcid.c46 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/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
Dcontrol.CM078 MBIM Compliance Test: Validation of status in case of an unsupported CID in
23 Validation of status in case of an unsupported CID in MBIM_COMMAND_MSG.
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp121 FX_WORD CID = ((CPDF_CIDFont*)pFont)->CIDFromCharCode(pInfo->m_CharCode); in GetItemInfo() local
125 ((CPDF_CIDFont*)pFont)->GetVertOrigin(CID, vx, vy); in GetItemInfo()
326 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); in GetCharWidth() local
327 return pCIDFont->GetVertWidth(CID) * fontsize; in GetCharWidth()
377 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); in GetCharRect() local
379 pCIDFont->GetVertOrigin(CID, vx, vy); in GetCharRect()
451 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); in CalcPositionData() local
454 pCIDFont->GetVertOrigin(CID, vx, vy); in CalcPositionData()
485 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000; in CalcPositionData()
546 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode); in CalcCharPos() local
[all …]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/services/
Dsvcid.h43 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
/external/pdfium/third_party/freetype/include/freetype/internal/services/
Dsvcid.h43 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
/external/freetype/include/internal/services/
Dsvcid.h43 FT_DEFINE_SERVICE( CID ) in FT_DEFINE_SERVICE() argument
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/freetype/include/
Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/pdfium/third_party/freetype/include/freetype/
Dftmoderr.h148 FT_MODERRDEF( CID, 0x600, "CID module" )
/external/clang/lib/AST/
DMangle.cpp266 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD)) in mangleObjCMethodName() local
267 OS << '(' << *CID << ')'; in mangleObjCMethodName()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
DREADME27 what its extension (some CID-keyed fonts have no
/external/pdfium/core/include/fpdfapi/
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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
Dmodules.cfg47 # Type 1 CID-keyed font driver.
166 # Access CID font information.
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/
Dsmakefile237 # freetype library CID-keyed Type1 font driver
242 # freetype library CID-keyed Type1 font driver extensions
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp563 FX_WORD CID = pCIDFont->CIDFromCharCode(CharCode); in Load() local
568 pCIDFont->GetVertOrigin(CID, vx, vy); in Load()
572 const uint8_t* 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))

12