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

  /external/chromium_org/cc/layers/
picture_layer_impl.cc 689 PictureLayerTiling* high_res = NULL; local
698 DCHECK(!high_res) << "There can only be one high res tiling";
699 high_res = tiling;
721 DCHECK(high_res) << "There must be one high res tiling";
722 for (PictureLayerTiling::CoverageIterator iter(high_res,
820 PictureLayerTiling* high_res = NULL; local
827 high_res = tiling;
837 if (!high_res) {
838 high_res = AddTiling(raster_contents_scale_);
840 low_res = high_res;
    [all...]
  /art/compiler/dex/
local_value_numbering.cc 142 uint16_t high_res; local
144 high_res = LookupValue(Instruction::CONST, 0xffff, 0xffff, 2);
146 high_res = LookupValue(Instruction::CONST, 0, 0, 2);
148 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3);
158 uint16_t high_res = LookupValue(Instruction::CONST, Low16Bits(high_word), local
160 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3);
167 uint16_t high_res = LookupValue(Instruction::CONST, 0, Low16Bits(mir->dalvikInsn.vB), 2); local
168 uint16_t res = LookupValue(Instruction::CONST, low_res, high_res, 3);
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 66 bool high_res = false; variable
517 high_res = bool(value);
521 if(high_res)
556 high_res = false;
  /packages/apps/Camera2/jni/
feature_mos_jni.cpp 66 bool high_res = false; variable
517 high_res = bool(value);
521 if(high_res)
556 high_res = false;
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 66 bool high_res = false; variable
517 high_res = bool(value);
521 if(high_res)
556 high_res = false;

Completed in 126 milliseconds