/hardware/intel/common/wrs_omxil_core/core/src/ |
intel_m4v_config_parser.cpp | 932 uint left_offset, right_offset, top_offset, bottom_offset; local 1059 ue_v(psBits, (uint32*)&left_offset); 1064 *display_width = *width - 2 * (right_offset + left_offset); [all...] |
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_m4v_config_parser.cpp | 934 uint left_offset, right_offset, top_offset, bottom_offset; local 1069 ue_v(psBits, (uint32*)&left_offset); 1074 *display_width = *width - 2 * (right_offset + left_offset); [all...] |
/bionic/libc/bionic/ |
system_properties.cpp | 437 uint_least32_t left_offset = atomic_load_explicit(¤t->left, memory_order_relaxed); local 438 if (left_offset != 0) { 604 uint_least32_t left_offset = atomic_load_explicit(&trie->left, memory_order_relaxed); 605 if (left_offset != 0) { [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_pattern.cpp | 1109 FX_FLOAT left_offset = cell_bbox.left - mtPattern2Device.e; local [all...] |