/external/freetype/src/autofit/ |
afhints.h | 149 FT_Short fpos; /* original, unscaled position (font units) */ member in struct:AF_EdgeRec_ 268 FT_Int fpos,
|
afcjk.c | 387 dist = seg->pos - edge->fpos; 444 edge->fpos = seg->pos; 541 edge_delta = edge->fpos - edge2->fpos; [all...] |
aflatin.c | 1046 dist = seg->pos - edge->fpos; 1075 edge->fpos = seg->pos; [all...] |
aflatin2.c | [all...] |
/external/grub/stage2/ |
fsys_xfs.c | 57 int fpos; member in struct:xfs_info 245 xfs.fpos = sizeof(xfs_btree_block_t); 273 xfs.fpos = sizeof(xfs_btree_block_t); 276 devread (xfs.daddr, xfs.fpos, sizeof(xfs_bmbt_rec_t), filebuf); 278 xfs.fpos += sizeof(xfs_bmbt_rec_32_t);
|
/external/icu4c/test/intltest/ |
tzfmttst.cpp | 131 FieldPosition fpos(0); 134 sdf->format(DATES[datidx], tzstr, fpos); 411 FieldPosition fpos(0); 412 sdf->format(testTimes[testidx], text, fpos);
|
dtfmttst.cpp | 2950 FieldPosition fpos; local [all...] |
/external/svox/pico/lib/ |
picopal.c | 360 fpos_t fpos; local 363 fgetpos((FILE *)stream,&fpos); 366 fsetpos((FILE *)stream,&fpos);
|
/external/icu4c/i18n/ |
zstrfmt.cpp | 649 FieldPosition fpos; local 655 fallbackFmt->format(params, 2, location, fpos, status); 661 regionFmt->format(params, 1, location, fpos, status); 693 FieldPosition fpos; local 697 regionFmt->format(params, 1, location, fpos, status); 821 FieldPosition fpos; local 827 fallbackFmt->format(params, 2, mzPartialLoc[mzPartialLocIdx][1], fpos, status); 834 fallbackFmt->format(params, 2, mzPartialLoc[mzPartialLocIdx][2], fpos, status); [all...] |
datefmt.cpp | 164 FieldPosition fpos(0); 165 return format(date, appendTo, fpos);
|
smpdtfmt.cpp | 946 FieldPosition fpos(0); 947 fGMTFormatters[type]->format(¶m, 1, appendTo, fpos, status); [all...] |
/external/srec/srec/clib/ |
srec_arb.c | 290 long fpos; local 299 fpos = pftell(fp); 300 buffer = (char*)CALLOC_CLR(fpos, sizeof(char), "srec.arbdata"); 303 buffer_size = fpos;
|
/external/skia/src/effects/ |
SkGradientShader.cpp | 104 SkFixed fPos; // 0...1 219 recs->fPos = 0; 247 recs->fPos = curr; 262 recs->fPos = p; 295 recs[0].fPos = 0; 297 recs[i].fPos = buffer.readS32(); 327 buffer.write32(recs[i].fPos); 516 int nextIndex = SkFixedToFFFF(rec[i].fPos) >> kCache16Shift; 556 int nextIndex = SkFixedToFFFF(rec[i].fPos) >> (16 - kCache32Bits); [all...] |
/external/icu4c/tools/toolutil/ |
xmlparser.h | 237 int32_t fPos; // String index of the current scan position in
|
/external/stlport/doc/ |
README.borland | 137 typedef fpos<state_type> pos_type;
|
/external/srec/tools/grxmlcompile/ |
sub_grph.cpp | 42 int fPos= label.find_first_of ("___"); 44 // std::cout << label << " " << count << " " << fPos << " " << lPos << std::endl; 45 if (fPos >= 0 && lPos == count)
|
/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 285 long fpos; local 328 fpos = pftell(scripts_file); 335 pfseek(scripts_file, fpos, SEEK_SET); 394 fpos = pftell(p_text_file); 412 pfseek(p_text_file, fpos, SEEK_SET); [all...] |
/external/icu4c/i18n/unicode/ |
msgfmt.h | 164 * FieldPosition fpos = 0; 165 * cout << "format: " << form.format(testArgs, 2, string, fpos, success ) << endl; 265 * FieldPosition fpos = 0; 266 * cout << form.format(testArgs, 2, string, fpos, success) << endl; [all...] |
/external/srec/srec/crec/ |
srec_context.c | 378 long fpos; local 381 fpos = pftell(fp); 388 pfseek(fp, fpos, SEEK_SET); 921 long fpos; local 927 fpos = pftell(fp); 941 pfseek(fp, fpos, SEEK_SET); 1776 long fpos; local [all...] |
/external/qemu/ |
kqemu.c | 380 uint32_t fpos; member in struct:fpstate
|
/external/stlport/test/unit/ |
fstream_test.cpp | 609 typedef fpos<state_type> pos_type;
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndldic.c | 66 #define SET_FPOS_AND_YSIZE(x,fpos,ysize) \ 67 NJ_INT16_WRITE(((x)+1), ((NJ_UINT16)((fpos) << 7) | ((ysize) & 0x7F))) [all...] |
/external/stlport/etc/ |
ChangeLog-5.1 | [all...] |