HomeSort by relevance Sort by last modified time
    Searched defs:char_index (Results 1 - 12 of 12) sorted by null

  /external/libweave/third_party/chromium/base/strings/
string_util.cc 234 int32_t char_index = 0; local
236 while (char_index < src_len) {
238 CBU8_NEXT(src, char_index, src_len, code_point);
  /external/freetype/include/freetype/internal/
t1types.h 66 /* char_index :: An array of corresponding glyph indices. */
76 FT_UShort* char_index; member in struct:T1_EncodingRecRec_
ftobjs.h 198 FT_CMap_CharIndexFunc char_index; member in struct:FT_CMap_ClassRec_
273 clazz->char_index = char_index_; \
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
t1types.h 65 /* char_index :: An array of corresponding glyph indices. */
75 FT_UShort* char_index; member in struct:T1_EncodingRecRec_
ftobjs.h 198 FT_CMap_CharIndexFunc char_index; member in struct:FT_CMap_ClassRec_
273 clazz->char_index = char_index_; \
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
t1types.h 65 /* char_index :: An array of corresponding glyph indices. */
75 FT_UShort* char_index; member in struct:T1_EncodingRecRec_
ftobjs.h 198 FT_CMap_CharIndexFunc char_index; member in struct:FT_CMap_ClassRec_
273 clazz->char_index = char_index_; \
    [all...]
  /external/libchrome/base/strings/
string_util.cc 363 int32_t char_index = truncation_length - 1; local
370 while (char_index >= 0) {
371 int32_t prev = char_index;
373 CBU8_NEXT(data, char_index, truncation_length, code_point);
376 char_index = prev - 1;
382 if (char_index >= 0 )
383 *output = input.substr(0, char_index);
522 int32_t char_index = 0; local
524 while (char_index < src_len) {
526 CBU8_NEXT(src, char_index, src_len, code_point)
    [all...]
  /external/opencv3/3rdparty/libpng/
png.c 1451 png_size_t char_index=0; local
    [all...]
  /external/libpng/
png.c 2775 png_size_t char_index=0; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.c 2640 png_size_t char_index=0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 333 milliseconds