HomeSort by relevance Sort by last modified time
    Searched full:charcode (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/pdfium/third_party/freetype/src/cff/
cffgload.h 137 FT_Int charcode );
  /external/freetype/include/internal/
ftdriver.h 72 FT_Long charcode );
76 FT_Long charcode );
  /external/freetype/src/psaux/
t1decode.c 117 /* Looks up a given glyph by its StandardEncoding charcode. Used to */
123 /* charcode :: The character code to look for. */
131 FT_Int charcode )
139 if ( charcode < 0 || charcode > 255 )
143 psnames->adobe_std_encoding[charcode]);
177 /* bchar :: The base character's StandardEncoding charcode. */
179 /* achar :: The accent character's StandardEncoding charcode. */
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
ftdriver.h 72 FT_Long charcode );
76 FT_Long charcode );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/
t1decode.c 117 /* Looks up a given glyph by its StandardEncoding charcode. Used to */
123 /* charcode :: The character code to look for. */
131 FT_Int charcode )
139 if ( charcode < 0 || charcode > 255 )
143 psnames->adobe_std_encoding[charcode]);
177 /* bchar :: The base character's StandardEncoding charcode. */
179 /* achar :: The accent character's StandardEncoding charcode. */
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 416 void GetCharInfo(int index, FX_DWORD& charcode, FX_FLOAT& kerning) const;
421 FX_FLOAT GetCharWidth(FX_DWORD charcode) const;
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftdriver.h 72 FT_Long charcode );
76 FT_Long charcode );
  /external/pdfium/third_party/freetype/src/psaux/
t1decode.c 117 /* Looks up a given glyph by its StandardEncoding charcode. Used to */
123 /* charcode :: The character code to look for. */
131 FT_Int charcode )
139 if ( charcode < 0 || charcode > 255 )
143 psnames->adobe_std_encoding[charcode]);
177 /* bchar :: The base character's StandardEncoding charcode. */
179 /* achar :: The accent character's StandardEncoding charcode. */
    [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftobjs.c     [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c     [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42parse.c 378 /* ... charcode /charname ... */
425 FT_Int charcode; local
429 charcode = n;
432 charcode = (FT_Int)T1_ToInt( parser );
435 /* protect against invalid charcode */
461 parser->root.error = T1_Add_Table( char_table, charcode,
465 char_table->elements[charcode][len] = '\0';
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 854 int charcode; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
strings.swg 497 %define %_typemap2_string(StringCode, CharCode,
602 %define %typemaps_string(StringCode, CharCode,
608 %_typemap2_string(StringCode, CharCode,
622 %define %typemaps_string_alloc(StringCode, CharCode,
630 %_typemap2_string(StringCode, CharCode,
  /external/pdfium/core/include/fxge/
fx_font.h 170 virtual FX_DWORD GlyphFromCharCode(FX_DWORD charcode);
184 FX_DWORD GlyphFromCharCode(FX_DWORD charcode) override;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 44 CFX_GlyphBitmap* LoadGlyph(FX_DWORD charcode,
51 FX_DWORD charcode,
  /external/pdfium/core/src/fpdftext/
text_int.h 117 int GetCharWidth(FX_DWORD charCode, CPDF_Font* pFont) const;
  /external/pdfium/public/
fpdf_fwlevent.h 260 FPDF_DWORD charcode; member in union:FWL_EVENT_KEY::__anon22893
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h 184 float getProbability(const int index, const int charCode) const;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 506 int charCode = UserData.charToAscii.get(msg.charAt(i), -1);
507 if (charCode == -1) {
514 outStream.write(7, charCode);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 1497 FX_DWORD charcode = -1; local
1530 FX_DWORD charcode = -1; local
    [all...]
  /external/freetype/include/
freetype.h     [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h     [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
autocomplete-box.html 177 var key = event.keyCode || event.charCode;
205 var key = event.keyCode || event.charCode;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 451 SkUnichar charCode = FT_Get_First_Char(face, &glyphIndex);
453 (*glyphToUnicode)[glyphIndex] = charCode;
454 charCode = FT_Get_Next_Char(face, charCode, &glyphIndex);
    [all...]

Completed in 835 milliseconds

1 23 4 5 6