HomeSort by relevance Sort by last modified time
    Searched refs:positions (Results 126 - 150 of 298) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/harfbuzz_ng/contrib/python/lib/
harfbuzz.pyx 151 cdef hb_glyph_position_t *positions
158 positions = hb_buffer_get_glyph_positions(self.buffer, &num)
160 temp = glyphinfo(infos[i].codepoint, infos[i].cluster, (positions[i].x_advance / scale, positions[i].y_advance / scale), (positions[i].x_offset / scale, positions[i].y_offset / scale), positions[i].var.u32)
  /external/chromium_org/chrome/browser/extensions/
extension_toolbar_model.cc 226 // Loop through the ID list of known positions, to count the number of visible
324 const extensions::ExtensionIdList& positions) {
325 // Items that have explicit positions.
327 sorted.resize(positions.size(), NULL);
328 // The items that don't have explicit positions.
346 std::find(positions.begin(), positions.end(), extension->id());
347 if (pos != positions.end())
348 sorted[pos - positions.begin()] = extension;
extension_toolbar_model.h 98 void Populate(const extensions::ExtensionIdList& positions);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoItem.java 175 PositionList positions = code.getPositions(); local
182 new DebugInfoEncoder(positions, locals,
DebugInfoEncoder.java 58 /** {@code null-ok;} positions (line numbers) to encode */
59 private final PositionList positions; field in class:DebugInfoEncoder
99 * @param positions {@code null-ok;} positions (line numbers) to encode
108 public DebugInfoEncoder(PositionList positions, LocalList locals,
111 this.positions = positions;
341 * Emits all positions that occur at the current {@code address}
344 * @param sortedPositions positions, sorted by ascending address
364 * @param sortedPositions positions, sorted by ascending addres
    [all...]
DebugInfoDecoder.java 47 /** positions decoded */
48 private final ArrayList<PositionEntry> positions; field in class:DebugInfoDecoder
106 positions = new ArrayList<PositionEntry>();
182 * Gets the decoded positions list.
185 * @return positions list in ascending address order.
188 return positions;
406 positions.add(new PositionEntry(address, line));
463 "Decoded positions table not same size was "
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoItem.java 172 PositionList positions = code.getPositions(); local
179 new DebugInfoEncoder(positions, locals,
DebugInfoEncoder.java 66 /** {@code null-ok;} positions (line numbers) to encode */
67 private final PositionList positions; field in class:DebugInfoEncoder
107 * @param positions {@code null-ok;} positions (line numbers) to encode
116 public DebugInfoEncoder(PositionList positions, LocalList locals,
119 this.positions = positions;
349 * Emits all positions that occur at the current {@code address}
352 * @param sortedPositions positions, sorted by ascending address
372 * @param sortedPositions positions, sorted by ascending addres
    [all...]
DebugInfoDecoder.java 58 /** positions decoded */
59 private final ArrayList<PositionEntry> positions; field in class:DebugInfoDecoder
117 positions = new ArrayList<PositionEntry>();
193 * Gets the decoded positions list.
196 * @return positions list in ascending address order.
199 return positions;
410 positions.add(new PositionEntry(address, line));
467 "Decoded positions table not same size was "
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoItem.java 173 PositionList positions = code.getPositions(); local
180 new DebugInfoEncoder(positions, locals,
DebugInfoEncoder.java 58 /** {@code null-ok;} positions (line numbers) to encode */
59 private final PositionList positions; field in class:DebugInfoEncoder
99 * @param positions {@code null-ok;} positions (line numbers) to encode
108 public DebugInfoEncoder(PositionList positions, LocalList locals,
111 this.positions = positions;
341 * Emits all positions that occur at the current {@code address}
344 * @param sortedPositions positions, sorted by ascending address
364 * @param sortedPositions positions, sorted by ascending addres
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 410 const float* positions, SkPaint* paint) {
414 positions = refBuffer<float>(positions, count * 2);
417 DrawOp* op = new (alloc()) DrawPosTextOp(text, bytesCount, count, positions, paint);
423 float x, float y, const float* positions, SkPaint* paint,
429 positions = refBuffer<float>(positions, count * 2);
433 x, y, positions, paint, totalAdvance, bounds);
SkiaShader.cpp 186 float* positions, int count, SkShader* key, SkShader::TileMode tileMode,
189 mBounds(bounds), mColors(colors), mPositions(positions), mCount(count) {
265 uint32_t* colors, float* positions, int count, SkShader* key, SkShader::TileMode tileMode,
267 SkiaSweepGradientShader(kCircularGradient, x, y, colors, positions, count, key,
304 float* positions, int count, SkShader* key, SkMatrix* matrix, bool blend):
307 mColors(colors), mPositions(positions), mCount(count) {
318 float* positions, int count, SkShader* key, SkShader::TileMode tileMode,
321 mColors(colors), mPositions(positions), mCount(count) {
  /frameworks/base/libs/hwui/font/
Font.cpp 286 int numGlyphs, int x, int y, const float* positions) {
288 0, 0, NULL, positions);
342 int numGlyphs, Rect *bounds, const float* positions) {
348 render(paint, text, start, len, numGlyphs, 0, 0, MEASURE, NULL, 0, 0, bounds, positions);
374 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* positions) {
407 float penX = x + positions[(glyphsCount << 1)];
408 float penY = y + positions[(glyphsCount << 1) + 1];
411 bitmap, bitmapW, bitmapH, bounds, positions);
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java 426 final Integer[] positions = mSectionPositions; local
427 if (!isEmpty(positions)) {
428 for (int i = 0; i < positions.length - 1; i++) {
429 if (p >= positions[i]
430 && p < positions[i + 1]) {
434 if (p >= positions[positions.length - 1]) {
435 return positions.length - 1;
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_css_value_keywords.py 171 gperf_args = ['gperf', '--key-positions=*', '-D', '-n', '-s', '2']
  /external/icu4c/samples/layout/
GDIFontInstance.h 35 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height);
GDIFontInstance.cpp 53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions,
72 dx[out] = (le_int32) (positions[g * 2 + 2] - positions[g * 2]);
73 ps[out * 2] = positions[g * 2];
74 ps[out * 2 + 1] = positions[g * 2 + 1];
  /external/chromium/base/
string_util.cc 210 TrimPositions positions,
214 const typename STR::size_type first_good_char = (positions & TRIM_LEADING) ?
216 const typename STR::size_type last_good_char = (positions & TRIM_TRAILING) ?
226 return input_was_empty ? TRIM_NONE : positions;
296 TrimPositions positions,
298 return TrimStringT(input, kWhitespaceWide, positions, output);
303 TrimPositions positions,
305 return TrimStringT(input, kWhitespaceUTF16, positions, output);
310 TrimPositions positions,
312 return TrimStringT(input, kWhitespaceASCII, positions, output)
    [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 67 // Appends to |positions| and |colors| values corresponding to the fade over
73 std::vector<SkScalar>* positions,
79 // Prepend 0.0 to |positions|, as required by Skia.
80 if (positions->empty() && p0 != 0.0) {
81 positions->push_back(0.0);
84 positions->push_back(p0);
86 positions->push_back(p1);
98 std::vector<SkScalar> positions; local
103 &positions, &colors);
106 &positions, &colors)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 294 StringBuilder positions = new StringBuilder(); local
295 positions.append(nodePosition.left).append(" ").append(nodePosition.top);
296 positions.append(" ").append(nodePosition.right-nodePosition.left).append(" ");
297 positions.append(nodePosition.bottom-nodePosition.top);
298 return new MonkeyCommandReturn(true, positions.toString());
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
UVCoordinatesGenerator.java 106 float[] inputData = null;// positions, normals, reflection vectors, etc.
287 FloatBuffer positions = mesh.getFloatBuffer(VertexBuffer.Type.Position); local
288 int limit = positions.limit();
290 float x = positions.get(i);
291 float y = positions.get(i + 1);
292 float z = positions.get(i + 2);
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
FloatToFixed.java 62 VertexBuffer positions = mesh.getBuffer(Type.Position); local
67 // positions
68 FloatBuffer fb = (FloatBuffer) positions.getData();
70 Buffer newBuf = VertexBuffer.createBuffer(posFmt, positions.getNumComponents(),
77 newPosVb.setupData(positions.getUsage(),
78 positions.getNumComponents(),
  /external/harfbuzz_ng/test/api/
test-buffer.c 292 hb_glyph_position_t *positions; local
294 /* Without shaping, positions should all be zero */
297 positions = hb_buffer_get_glyph_positions (b, &len2);
300 g_assert_cmpint (0, ==, positions[i].x_advance);
301 g_assert_cmpint (0, ==, positions[i].y_advance);
302 g_assert_cmpint (0, ==, positions[i].x_offset);
303 g_assert_cmpint (0, ==, positions[i].y_offset);
304 g_assert_cmpint (0, ==, positions[i].var.i32);
631 /* illegal code positions */
  /external/chromium_org/base/strings/
string_util.cc 167 TrimPositions positions,
171 const typename STR::size_type first_good_char = (positions & TRIM_LEADING) ?
173 const typename STR::size_type last_good_char = (positions & TRIM_TRAILING) ?
183 return input_was_empty ? TRIM_NONE : positions;
253 TrimPositions positions,
255 return TrimStringT(input, kWhitespaceUTF16, positions, output);
259 TrimPositions positions,
261 return TrimStringT(input, kWhitespaceASCII, positions, output);
267 TrimPositions positions,
269 return TrimWhitespaceASCII(input, positions, output)
    [all...]

Completed in 1849 milliseconds

1 2 3 4 56 7 8 91011>>