HomeSort by relevance Sort by last modified time
    Searched full:positions (Results 76 - 100 of 701) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/icu4c/test/letest/
cletest.c 44 float *positions = NULL; local
62 positions = NEW_ARRAY(float, glyphCount + 10);
113 le_getGlyphPositions(engine, positions, &status);
116 log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
119 DELETE_ARRAY(positions);
217 float positions[6 * 2 + 2]; local
238 le_getGlyphPositions(engine, positions, &status);
271 if (x != positions[glyph*2] || y != positions[glyph*2 + 1]) {
273 glyph, x, y, positions[glyph*2], positions[glyph*2 + 1])
    [all...]
letest.cpp 61 float *positions = NULL; local
71 positions = NEW_ARRAY(float, glyphCount + 10);
136 engine->getGlyphPositions(positions, status);
139 log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
142 DELETE_ARRAY(positions);
247 float positions[6 * 2 + 2]; local
268 engine->getGlyphPositions(positions, status);
315 if (x != positions[glyph*2] || y != positions[glyph*2 + 1]) {
317 glyph, x, y, positions[glyph*2], positions[glyph*2 + 1])
611 UnicodeString text, glyphs, indices, positions; local
    [all...]
  /external/chromium/third_party/icu/source/test/letest/
letest.cpp 61 float *positions = NULL; local
71 positions = NEW_ARRAY(float, glyphCount + 10);
136 engine->getGlyphPositions(positions, status);
139 log_err("Calling getGlyphPositions(positions, status) on an empty layout did not return LE_NO_LAYOUT_ERROR.\n");
142 DELETE_ARRAY(positions);
247 float positions[6 * 2 + 2]; local
268 engine->getGlyphPositions(positions, status);
315 if (x != positions[glyph*2] || y != positions[glyph*2 + 1]) {
317 glyph, x, y, positions[glyph*2], positions[glyph*2 + 1])
611 UnicodeString text, glyphs, indices, positions; local
    [all...]
  /external/icu4c/layoutex/
ParagraphLayout.cpp 381 fStyleRunInfo[run].positions = NULL;
417 // For each layout get the positions and convert them into glyph widths, in
439 fStyleRunInfo[run].positions = LE_NEW_ARRAY(float, glyphCount * 2 + 2);
441 (fStyleRunInfo[run].positions == NULL)) {
452 engine->getGlyphPositions(fStyleRunInfo[run].positions, layoutStatus);
465 fGlyphWidths[glyphBase + glyph] = fStyleRunInfo[run].positions[glyph * 2 + 2] - fStyleRunInfo[run].positions[glyph * 2];
566 LE_DELETE_ARRAY(fStyleRunInfo[run].positions);
569 fStyleRunInfo[run].positions = NULL;
1065 fVisualRunLastX -= fStyleRunInfo[run].positions[leftGlyph * 2]
1074 float *positions = LE_NEW_ARRAY(float, glyphCount * 2 + 2); local
1179 const float *positions = lastRun->getPositions(); local
    [all...]
  /dalvik/dx/tests/077-dex-code-alignment/
run 24 dx --debug --dex --positions=none --no-locals --dump-to=- *.class | awk '
  /dalvik/dx/tests/082-dex-throws-list-sharing/
run 18 dx --debug --dex --positions=none --no-locals --dump-to=- --dump-width=200 \
  /dalvik/dx/tests/093-ssa-invoke-range/
Blort.java 36 // this could try to make use of param positions, but doesn't
  /dalvik/dx/tests/108-string-annotation/
run 18 dx --debug --dex --no-optimize --positions=none --no-locals \
  /dalvik/dx/tests/110-dex-preserve-this/
run 18 dx --debug --dex --positions=none \
  /external/e2fsprogs/e2fsck/
problemP.h 32 /* Bit positions 0x000ff0 are reserved for the PR_LATCH flags */
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1.2.5-2.js 48 10. If the four characters at positions k+2, k+3, k+4, and k+5 within
51 by the four hexadecimal digits at positions k+2, k+3, k+4, and k+5
56 15. If the two characters at positions k+1 and k+2 within Result(1) are not
59 by two zeroes plus the two hexadecimal digits at positions k+1 and k+2
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListWithOffScreenNextSelectable.java 22 * Pressing down from position 0 requires looking past positions 1, 2 and 3 to
  /external/icu4c/samples/layout/
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/third_party/icu/source/test/testdata/
letest.xml 61 <result-positions>
97 </result-positions>
175 <result-positions>
240 </result-positions>
318 <result-positions>
    [all...]
  /external/icu4c/test/testdata/
letest.xml 61 <result-positions>
97 </result-positions>
175 <result-positions>
240 </result-positions>
318 <result-positions>
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallMenuView.java 52 /** Set of horizontal divider positions where the horizontal divider will be drawn */
59 /** Set of vertical divider positions where the vertical divider will be drawn */
240 * computes positions for each child, and then stores them in the
257 // Clear the containers for the positions where the dividers should be drawn
264 // Use float for this to get precise positions (uniform item widths
326 // calculating item positions)
375 // Layout children according to positions set during the measure
386 // If we have a horizontal divider to draw, draw it at the remembered positions
394 // If we have a vertical divider to draw, draw it at the remembered positions
  /dalvik/dx/src/com/android/dx/dex/file/
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 "
  /bionic/libm/arm/
fenv.h 59 /* We need to be able to map status flag positions to mask flag positions */
  /bionic/libm/include/arm/
fenv.h 59 /* We need to be able to map status flag positions to mask flag positions */
  /development/ndk/platforms/android-3/arch-arm/include/
fenv.h 59 /* We need to be able to map status flag positions to mask flag positions */
  /external/icu4c/layout/
GXLayoutEngine.h 108 * This method adjusts the glyph positions using the font's
112 * @param glyphStorage - the object holding the glyph storage. The positions will be updated as needed.
  /external/v8/src/
liveedit.h 41 // script.source[positions, positions+length] = new_string;
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Types/
8.4.js 29 within the sequence. These positions are identified by nonnegative
32 number of distinct positions within it. The empty string has length zero
  /external/webkit/WebCore/page/
DOMSelection.h 55 // These methods return the valid equivalents of internal editing positions.
70 // These methods return the valid equivalents of internal editing positions.

Completed in 1055 milliseconds

1 2 34 5 6 7 8 91011>>