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

  /external/chromium_org/cc/layers/
picture_layer_impl.cc 821 PictureLayerTiling* low_res = NULL; local
829 low_res = tiling;
840 low_res = high_res;
847 if (!is_pinching && !animating_transform_to_screen && !low_res &&
848 low_res != high_res)
849 low_res = AddTiling(low_res_raster_contents_scale_);
853 if (low_res && low_res != high_res)
854 low_res->set_resolution(LOW_RESOLUTION);
855 else if (!low_res && previous_low_res
    [all...]
  /art/compiler/dex/
local_value_numbering.cc 140 uint16_t low_res = LookupValue(Instruction::CONST, Low16Bits(mir->dalvikInsn.vB), local
148 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3);
156 uint16_t low_res = LookupValue(Instruction::CONST, Low16Bits(low_word), local
160 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3);
166 uint16_t low_res = LookupValue(Instruction::CONST, 0, 0, 1); local
168 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3);

Completed in 272 milliseconds