HomeSort by relevance Sort by last modified time
    Searched refs:CID (Results 1 - 25 of 31) sorted by null

1 2

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
module.mk 2 # FreeType 2 CID module definition
20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftcid.c 5 /* FreeType API for accessing CID font information. */
46 FT_FACE_FIND_SERVICE( face, service, CID );
78 FT_FACE_FIND_SERVICE( face, service, CID );
94 FT_UInt *cid )
105 FT_FACE_FIND_SERVICE( face, service, CID );
111 if ( cid )
112 *cid = c;
  /external/pdfium/third_party/freetype/src/base/
ftcid.c 5 /* FreeType API for accessing CID font information. */
46 FT_FACE_FIND_SERVICE( face, service, CID );
78 FT_FACE_FIND_SERVICE( face, service, CID );
94 FT_UInt *cid )
105 FT_FACE_FIND_SERVICE( face, service, CID );
111 if ( cid )
112 *cid = c;
  /external/freetype/include/freetype/internal/services/
svcid.h 5 /* The FreeType CID font services (specification). */
28 #define FT_SERVICE_ID_CID "CID"
41 FT_UInt *cid );
43 FT_DEFINE_SERVICE( CID )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/services/
svcid.h 5 /* The FreeType CID font services (specification). */
28 #define FT_SERVICE_ID_CID "CID"
41 FT_UInt *cid );
43 FT_DEFINE_SERVICE( CID )
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svcid.h 5 /* The FreeType CID font services (specification). */
28 #define FT_SERVICE_ID_CID "CID"
41 FT_UInt *cid );
43 FT_DEFINE_SERVICE( CID )
  /external/freetype/include/freetype/
ftmoderr.h 148 FT_MODERRDEF( CID, 0x600, "CID module" )
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftmoderr.h 148 FT_MODERRDEF( CID, 0x600, "CID module" )
  /external/pdfium/third_party/freetype/include/freetype/
ftmoderr.h 148 FT_MODERRDEF( CID, 0x600, "CID module" )
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmoderr.h 148 FT_MODERRDEF( CID, 0x600, "CID module" )
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_cid.cpp 319 FX_WORD cid = FPDFAPI_CIDFromCharCode(pEmbedMap, charcode);
320 if (cid == 0)
329 if (cid < pFontGlobals->m_EmbeddedToUnicodes[charset].m_Count)
330 return pCodes[cid];
362 FX_WORD CID;
522 FX_WORD CID = *static_cast<const FX_WORD*>(key);
523 return CID - static_cast<const struct CIDTransform*>(element)->CID;
871 FX_DWORD CID = m_pMapping[charcode];
872 if (!CID && m_pUseMap
1362 FX_WORD cid = CIDFromCharCode(charcode); local
1462 FX_WORD cid = CIDFromCharCode(charcode); local
    [all...]
font_int.h 132 FX_DWORD CharCodeFromCID(FX_WORD CID) const;
184 FX_WCHAR UnicodeFromCID(FX_WORD CID);
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation())
92 Scan(M, CID);
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 121 FX_WORD CID = ((CPDF_CIDFont*)pFont)->CIDFromCharCode(pInfo->m_CharCode);
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);
379 pCIDFont->GetVertOrigin(CID, vx, vy);
451 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode);
454 pCIDFont->GetVertOrigin(CID, vx, vy);
485 charwidth = pCIDFont->GetVertWidth(CID) * fontsize / 1000;
546 FX_WORD CID = pCIDFont->CIDFromCharCode(charcode)
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
NeighboringCellInfoTest.java 31 private static final int CID = 0xffff;
  /external/clang/lib/AST/
Mangle.cpp 266 if (const ObjCCategoryImplDecl *CID = dyn_cast<ObjCCategoryImplDecl>(CD))
267 OS << '(' << *CID << ')';
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 452 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;
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 161 int cid; local
162 int cidColumn = cursor.getColumnIndex(Telephony.CellBroadcasts.CID);
164 cid = cursor.getInt(cidColumn);
166 cid = -1;
169 SmsCbLocation location = new SmsCbLocation(plmn, lac, cid);
265 cv.put(Telephony.CellBroadcasts.CID, location.getCid());
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastDatabaseHelper.java 68 + Telephony.CellBroadcasts.CID + " INTEGER,"
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 563 FX_WORD CID = pCIDFont->CIDFromCharCode(CharCode);
568 pCIDFont->GetVertOrigin(CID, vx, vy);
572 const uint8_t* pTransform = pCIDFont->GetCIDTransform(CID);
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 268 ObjCCategoryImplDecl *CID);
768 ObjCCategoryImplDecl *CID) {
    [all...]
RewriteModernObjC.cpp 322 ObjCCategoryImplDecl *CID);
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iscsidsc.h 213 UCHAR CID[2];
222 UCHAR CID[2];
  /external/fonttools/Lib/fontTools/
cffLib.py 771 # 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))
    [all...]

Completed in 525 milliseconds

1 2