HomeSort by relevance Sort by last modified time
    Searched refs:fontID (Results 1 - 14 of 14) sorted by null

  /external/skia/src/ports/
SkFontHost_tables.cpp 107 int SkFontHost::CountTables(SkFontID fontID) {
108 SkStream* stream = SkFontHost::OpenStream(fontID);
117 int SkFontHost::GetTableTags(SkFontID fontID, SkFontTableTag tags[]) {
118 SkStream* stream = SkFontHost::OpenStream(fontID);
135 size_t SkFontHost::GetTableSize(SkFontID fontID, SkFontTableTag tag) {
136 SkStream* stream = SkFontHost::OpenStream(fontID);
155 size_t SkFontHost::GetTableData(SkFontID fontID, SkFontTableTag tag,
157 SkStream* stream = SkFontHost::OpenStream(fontID);
SkFontHost_android.cpp 438 a fontID==0 in the array, the list is done, hence our allocation size is
481 // SkDebugf("---- adding %s as fallback[%d] fontID %d\n",
584 bool SkFontHost::ValidFontID(uint32_t fontID) {
587 return find_from_uniqueID(fontID) != NULL;
590 SkStream* SkFontHost::OpenStream(uint32_t fontID) {
593 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID);
603 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length,
607 FamilyTypeface* tf = (FamilyTypeface*)find_from_uniqueID(fontID);
624 uint32_t SkFontHost::NextLogicalFont(uint32_t fontID) {
627 /* First see if fontID is already one of our fallbacks. If so, retur
    [all...]
SkFontHost_FreeType.cpp 146 SkFaceRec(SkStream* strm, uint32_t fontID);
183 SkFaceRec::SkFaceRec(SkStream* strm, uint32_t fontID)
184 : fSkStream(strm), fFontID(fontID) {
195 static SkFaceRec* ref_ft_face(uint32_t fontID) {
198 if (rec->fFontID == fontID) {
206 SkStream* strm = SkFontHost::OpenStream(fontID);
208 SkDEBUGF(("SkFontHost::OpenStream failed opening %x\n", fontID));
213 rec = SkNEW_ARGS(SkFaceRec, (strm, fontID));
233 fprintf(stderr, "ERROR: unable to open font '%x'\n", fontID);
446 killing all of the contexts when we know that a given fontID is goin
    [all...]
  /external/skia/include/core/
SkFontHost.h 44 returned). Either way, the fontID for those instance(s) will be the same.
45 In addition, the fontID should never be set to 0. That value is used as a
105 /** Some fonts are stored in files. If that is true for the fontID, then
118 If the fontID does not correspond to a file, then the function returns
121 @param fontID The font whose file name is being queried
131 static size_t GetFileName(SkFontID fontID, char path[], size_t length,
152 /** Given a "current" fontID, return the next logical fontID to use
159 static uint32_t NextLogicalFont(SkFontID fontID);
198 @param fontID the font to copy the table fro
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
textsampledescinfo.h 44 fontID = 0;
70 fontID = info.fontID;
123 uint16 fontID;
textsampleentry.h 51 OSCL_IMPORT_REF void setFontID(uint16 fontID);
56 OSCL_IMPORT_REF void *setFontRecord(uint16 fontlistID, uint16 fontID, int8 fontLength, uint8* fontName);
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 61 const SkFontID fontID = m_platformData.uniqueID();
68 size_t vdmxSize = SkFontHost::GetTableSize(fontID, vdmxTag);
72 && SkFontHost::GetTableData(fontID, vdmxTag, 0, vdmxSize, vdmxTable) == vdmxSize
  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformData.h 69 FontPlatformData(CGFontRef cgFont, ATSUFontID fontID, float size, bool syntheticBold, bool syntheticOblique)
72 , m_atsuFontID(fontID)
ComplexTextControllerATSUI.cpp 248 static bool fontHasMirroringInfo(ATSUFontID fontID)
251 OSStatus status = ATSFontGetTable(fontID, 'prop', 0, 0, 0, &propTableSize);
283 ATSUFontID fontID = fontData->platformData().m_atsuFontID;
284 if (!fontID) {
298 ByteCount styleSizes[4] = { sizeof(fontSize), sizeof(fontID), sizeof(verticalFlip), sizeof(kerningInhibitFactor) };
300 ATSUAttributeValuePtr styleValues[4] = { &fontSize, &fontID, &verticalFlip, &kerningInhibitFactor };
307 fontData->m_ATSUMirrors = fontHasMirroringInfo(fontID);
SimpleFontDataMac.mm 70 ATSUFontID fontId = fontData->platformData().m_atsuFontID;
71 if (!fontId) {
78 ATSUFontID *valueArray[1] = {&fontId};
413 ATSUFontID fontID = m_platformData.m_atsuFontID;
414 if (!fontID) {
425 OSStatus status = ATSFontGetTable(fontID, tables[i], 0, 0, 0, &tableSize);
  /external/opencore/fileformats/mp4/composer/src/
textsampleentry.cpp 114 uint16 fontid = pinfo->font_id; local
115 _pStyleRecord->setFontID(fontid);
130 uint16 FontID = pinfo->fontID;
133 _pFontTableAtom->setFontRecord(Fontlistid, FontID, Fontlength, Fontname);
  /external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
pvmi_mio_fileinput.cpp     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 945 milliseconds