HomeSort by relevance Sort by last modified time
    Searched refs:flattened (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/cc/resources/
layer_quad.cc 52 void LayerQuad::ToFloatArray(float flattened[12]) const {
53 flattened[0] = left_.x();
54 flattened[1] = left_.y();
55 flattened[2] = left_.z();
56 flattened[3] = top_.x();
57 flattened[4] = top_.y();
58 flattened[5] = top_.z();
59 flattened[6] = right_.x();
60 flattened[7] = right_.y();
61 flattened[8] = right_.z()
    [all...]
layer_quad.h 101 void ToFloatArray(float flattened[12]) const;
  /external/chromium_org/ui/gfx/
skia_util.cc 51 SkMatrix* flattened) {
53 flattened->set(0, SkMScalarToScalar(transform.matrix().get(0, 0)));
54 flattened->set(1, SkMScalarToScalar(transform.matrix().get(0, 1)));
55 flattened->set(2, SkMScalarToScalar(transform.matrix().get(0, 3)));
56 flattened->set(3, SkMScalarToScalar(transform.matrix().get(1, 0)));
57 flattened->set(4, SkMScalarToScalar(transform.matrix().get(1, 1)));
58 flattened->set(5, SkMScalarToScalar(transform.matrix().get(1, 3)));
59 flattened->set(6, SkMScalarToScalar(transform.matrix().get(3, 0)));
60 flattened->set(7, SkMScalarToScalar(transform.matrix().get(3, 1)));
61 flattened->set(8, SkMScalarToScalar(transform.matrix().get(3, 3)))
    [all...]
skia_util.h 36 SkMatrix* flattened);
  /frameworks/av/camera/
CameraParameters2.cpp 39 String8 flattened("");
47 flattened += k;
48 flattened += "=";
49 flattened += v;
51 flattened += ";";
54 ALOGV("%s: Flattened params = %s", __FUNCTION__, flattened.string());
56 return flattened;
CameraParameters.cpp 186 String8 flattened("");
194 flattened += k;
195 flattened += "=";
196 flattened += v;
198 flattened += ";";
201 return flattened;
  /external/chromium_org/chrome/browser/resources/predictors/
autocomplete_action_predictor.js 16 * including the database as a flattened list, a boolean indicating if the
34 * including the database as a flattened list, a boolean indicating if the
resource_prefetch_predictor.js 16 * including the database as a flattened list, a boolean indicating if the
35 * including the database as a flattened list, a boolean indicating if the
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 276 * Converts XML into a flattened string.
294 * @return flattened string like "value1:value2;value3:value4"
305 StringBuilder flattened = new StringBuilder(); local
313 flattened.append(getAttribute(parser, attrNames[i]));
315 flattened.append(attrDelim);
318 flattened.append(delim);
324 return flattened.toString();
  /external/chromium_org/tools/deep_memory_profiler/
accumulate.py 145 flattened = OrderedDict()
148 flattened[label] = subtotal
149 flattened_table.append(flattened)
  /external/chromium_org/v8/test/mjsunit/
string-slices-regexp.js 52 // The first time, the cons string will be flattened and handled by the
55 // The second time, the cons string is already flattened and will be
string-replace-one-char.js 85 // Sliced string as input. A cons string is always flattened before sliced.
  /external/v8/test/mjsunit/
string-slices-regexp.js 52 // The first time, the cons string will be flattened and handled by the
55 // The second time, the cons string is already flattened and will be
string-replace-one-char.js 85 // Sliced string as input. A cons string is always flattened before sliced.
  /frameworks/base/core/java/android/hardware/
Camera.java 2191 StringBuilder flattened = new StringBuilder(128); local
    [all...]
  /external/chromium_org/chrome/browser/resources/options/
options_bundle.js 6 // settings page into a single file which will be flattened and served
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 454 String flattened = parameters.flatten(); local
455 StringTokenizer tokenizer = new StringTokenizer(flattened, ";");
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
template_writer.py 266 policies with type="group", it is flattened first, i.e. any groups' contents
  /packages/apps/Camera/src/com/android/camera/
Util.java 509 String flattened = parameters.flatten(); local
510 StringTokenizer tokenizer = new StringTokenizer(flattened, ";");
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 566 String flattened = parameters.flatten(); local
567 StringTokenizer tokenizer = new StringTokenizer(flattened, ";");
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 157 or UDRO, the disk image will be flattened to a single-fork file that contains
160 description of the format, and L<hdiutil(1)> for a discussion on flattened
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 342 * ie. a flattened array of methods with 2 arguments, in reverse order
713 * flattened array of pairs. The second element in the pair is a
741 * flattened array of pairs. The second element in the pair is a
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 342 * ie. a flattened array of methods with 2 arguments, in reverse order
713 * flattened array of pairs. The second element in the pair is a
741 * flattened array of pairs. The second element in the pair is a
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 342 * ie. a flattened array of methods with 2 arguments, in reverse order
713 * flattened array of pairs. The second element in the pair is a
741 * flattened array of pairs. The second element in the pair is a
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 342 * ie. a flattened array of methods with 2 arguments, in reverse order
713 * flattened array of pairs. The second element in the pair is a
741 * flattened array of pairs. The second element in the pair is a
    [all...]

Completed in 523 milliseconds

1 2