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

  /external/harfbuzz/src/
harfbuzz-gpos.c 718 HB_Fixed* x_value,
748 *x_value = x_scale * an->af.af1.XCoordinate / 0x10000;
759 error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, y_value, &n_points);
770 *x_value = x_scale * an->af.af3.XCoordinate / 0x10000;
779 *x_value = pixel_value << 6;
784 *x_value = *y_value = 0;
786 *x_value += x_scale * an->af.af3.XCoordinate / 0x10000;
793 x_value, gpos->data );
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.c 718 HB_Fixed* x_value,
748 *x_value = x_scale * an->af.af1.XCoordinate / 0x10000;
759 error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, y_value, &n_points);
770 *x_value = x_scale * an->af.af3.XCoordinate / 0x10000;
779 *x_value = pixel_value << 6;
784 *x_value = *y_value = 0;
786 *x_value += x_scale * an->af.af3.XCoordinate / 0x10000;
793 x_value, gpos->data );
    [all...]
  /external/chromium_org/chrome/test/functional/
perf.py 371 for x_value, y_value in value:
372 new_line['traces'][description].append([str(x_value), str(y_value)])
    [all...]
  /external/chromium_org/v8/src/
runtime.cc     [all...]
  /external/v8/src/
runtime.cc     [all...]
  /external/v8/test/cctest/
test-api.cc 8276 v8::Handle<v8::Value> x_value = CompileRun("fun('x')"); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 9924 v8::Handle<v8::Value> x_value = CompileRun("fun('x')"); local
    [all...]

Completed in 1286 milliseconds