/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afcjk.c | 623 blue->ref.cur = FT_MulFix( blue->ref.org, scale ) + delta; 624 blue->ref.fit = blue->ref.cur; 625 blue->shoot.cur = FT_MulFix( blue->shoot.org, scale ) + delta; 626 blue->shoot.fit = blue->shoot.cur; 636 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur ); 663 " ref: cur=%.2f fit=%.2f\n" 664 " shoot: cur=%.2f fit=%.2f\n", 667 blue->ref.cur / 64.0, blue->ref.fit / 64.0, 668 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 )); [all...] |
aflatin.c | [all...] |
/external/v8/test/cctest/ |
test-unboxed-doubles.cc | 419 int cur = 0; local 421 bit_flip_positions[i] = cur; 422 cur = (cur + 1) * 2; 424 CHECK(cur < 10000); 432 int cur = 3; 434 bit_flip_positions[i] = cur; 435 cur = (cur + 1) * 2; 437 CHECK(cur < 10000) [all...] |
/external/libxml2/ |
encoding.c | 2561 int cur; local 2788 int cur; local 2952 const unsigned char *cur = (const unsigned char *)in->cur; local [all...] |
xmlmemory.c | 620 void *cur; local 623 cur = *((void **) &buf[j]); 624 q = CLIENT_2_HDR(cur);
|
/external/v8/src/compiler/ |
register-allocator.cc | 3428 LiveRange* cur = range; local [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 857 PRINTF("index: %d cur: %d\n", col, quads[i]->col); 902 PRINTF("index: %d cur: %d\n", row, quads[i]->row); 1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local [all...] |
/external/v8/src/ |
gdb-jit.cc | 2083 CodeMap::Locator cur; local 2127 CodeMap::Locator cur; local [all...] |
/external/icu/icu4c/source/i18n/ |
msgfmt.cpp | 419 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); local 421 if (cur->key.integer != rhs_cur->key.integer) { 424 const Format* format = (const Format*)uhash_iget(cachedFormatters, cur->key.integer); 1337 const UHashElement* cur = uhash_nextElement(that.cachedFormatters, &pos); local 1355 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos); local [all...] |
/external/opencv3/modules/imgproc/src/ |
contours.cpp | 1084 _CvContourInfo *cur = scanner->cinfo_table[lval]; local [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ |
utils.py | 697 cur = self.head 698 while cur: 699 yield cur.key 700 cur = cur.next [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl_report.cc | 62 for (SymbolizedStack *cur = frames; cur; cur = cur->next) { 64 last_frame = cur;
|
/external/javassist/src/main/javassist/bytecode/ |
CodeIterator.java | 616 int cur = currentPos; local 623 if (cur >= pos) 624 currentPos = cur + length2; [all...] |
/external/lzma/CPP/7zip/UI/FileManager/ |
BrowseDialog.cpp | 945 UString cur = path.Ptr(pos);
946 RemoveDotsAndSpaces(cur);
947 result.Insert(0, cur);
956 UString cur;
local 962 cur.SetFrom(path.Ptr(start), (slashPos < 0 ? path.Len() : slashPos) - start);
966 if (fi.Find(us2fs(base + result + cur)))
978 RemoveDotsAndSpaces(cur);
979 result += cur;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_vbo.c | 181 dst = &push->cur[1]; 194 push->cur[0] = mode; 195 push->cur += 5; 477 data = push->cur; 478 push->cur += n;
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_flate.cpp | 516 uint8_t cur = (dest_buf[index] >> (8 - col - BitsPerComponent)) & mask; local 519 cur -= left; 520 cur &= mask; 521 cur <<= (8 - col - BitsPerComponent); 523 dest_buf[index] |= cur;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
MessageFormatTest.java | 170 char[] cur = result.toCharArray(); local 171 cur[cur.length / 2] = 'Z'; 172 String partialCorrect = new String(cur); 176 assertTrue("ParseErrorIndex is incorrect", pp.getErrorIndex() == cur.length / 2); [all...] |
/external/freetype/src/autofit/ |
aflatin.c | [all...] |
/external/libdrm/ |
xf86drm.h | 530 int cur; \ 532 cur = (*spin).lock; \ 533 DRM_CAS(spin,cur,val,__ret); \
|
/external/libvncserver/client_examples/ |
gtkvncviewer.c | 77 GdkCursor* cur = gdk_cursor_new( GDK_BLANK_CURSOR ); local 78 gdk_window_set_cursor (gtk_widget_get_window(GTK_WIDGET(window)), cur); 79 gdk_cursor_unref( cur );
|
/hardware/qcom/display/msm8084/libexternal/ |
external.cpp | 514 const struct msm_hdmi_mode_timing_info *cur = local 516 if (cur->video_format == (uint32_t)ID) { 517 mode = cur;
|
/hardware/qcom/display/msm8226/libexternal/ |
external.cpp | 514 const struct msm_hdmi_mode_timing_info *cur = local 516 if (cur->video_format == (uint32_t)ID) { 517 mode = cur;
|
/hardware/qcom/display/msm8909/libhdmi/ |
hdmi.cpp | 508 const struct msm_hdmi_mode_timing_info *cur = local 510 if (cur->video_format == (uint32_t)mCurrentMode) { 511 mode = cur;
|
/hardware/qcom/display/msm8960/libexternal/ |
external.cpp | 607 const struct disp_mode_timing_type *cur = local 609 if (cur->video_format == ID) 610 mode = cur;
|
/hardware/qcom/display/msm8994/libhdmi/ |
hdmi.cpp | 531 const struct msm_hdmi_mode_timing_info *cur = local 533 if (cur->video_format == (uint32_t)mCurrentMode) { 534 mode = cur;
|