/external/chromium_org/cc/layers/ |
picture_layer_impl.cc | 687 PictureLayerTiling* high_res = NULL; local 705 DCHECK(!high_res) << "There can only be one high res tiling"; 706 high_res = tiling; 727 DCHECK(high_res) << "There must be one high res tiling"; 740 if (high_res && low_res && tilings_->num_tilings() == 2 && 744 twin_high_res = GetTwinTiling(high_res); 763 high_res, twin_high_res, contents_scale_x(), rect, missing_region)) { 914 PictureLayerTiling* high_res = NULL; local [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;
|