HomeSort by relevance Sort by last modified time
    Searched refs:left_offset (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
system_properties.cpp 385 uint_least32_t left_offset = atomic_load_explicit(&current->left, memory_order_relaxed); local
386 if (left_offset != 0) {
552 uint_least32_t left_offset = atomic_load_explicit(&trie->left, memory_order_relaxed);
553 if (left_offset != 0) {
  /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...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_pattern.cpp 1022 FX_FLOAT left_offset = cell_bbox.left - mtPattern2Device.e; local
    [all...]

Completed in 1265 milliseconds