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

1 2 3 45 6 7 8 91011>>

  /external/harfbuzz_ng/src/
hb-coretext.cc 268 const CGPoint* positions = CTRunGetPositionsPtr (run); local
269 if (!positions) {
272 positions = position_buf;
287 double advance = (j + 1 < num_glyphs ? positions[j + 1].x : positions[0].x + run_width) - positions[j].x;
298 info->var2.u32 = positions[j].y;
  /external/openfst/src/include/fst/extensions/far/
sttable.h 249 const vector<int64> &positions = positions_[id]; local
250 size_t low = 0, high = positions.size() - 1;
254 strm->seekg(positions[mid]);
263 strm->seekg(positions[i - 1]);
266 strm->seekg(positions[i]);
270 strm->seekg(positions[low]);
274 strm->seekg(positions[low]);
315 vector<vector<int64> > positions_; // Index of positions for each stream
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 18 SDL_Rect *positions; variable
75 position = &positions[i];
236 positions = sprite_rects;
244 positions[i].x = rand()%(screen->w - sprite_w);
245 positions[i].y = rand()%(screen->h - sprite_h);
246 positions[i].w = sprite->w;
247 positions[i].h = sprite->h;
  /external/chromium_org/third_party/icu/source/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...]
gendata.cpp 166 float *positions = NULL; local
261 positions = NEW_ARRAY(float, glyphCount * 2 + 2);
265 engine->getGlyphPositions(positions, leStatus);
271 dumpFloats(outputFile, "result-positions", positions, glyphCount * 2 + 2);
275 DELETE_ARRAY(positions);
xmlreader.cpp 151 UnicodeString result_positions = UNICODE_STRING_SIMPLE("result-positions");
180 UnicodeString text, glyphs, indices, positions; local
216 positions = element->getText(TRUE);
228 expected.positions = getFloatArray(positions, positionCount);
241 DELETE_ARRAY(expected.positions);
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 394 fStyleRunInfo[run].positions = NULL;
430 // For each layout get the positions and convert them into glyph widths, in
452 fStyleRunInfo[run].positions = LE_NEW_ARRAY(float, glyphCount * 2 + 2);
454 (fStyleRunInfo[run].positions == NULL)) {
465 engine->getGlyphPositions(fStyleRunInfo[run].positions, layoutStatus);
478 fGlyphWidths[glyphBase + glyph] = fStyleRunInfo[run].positions[glyph * 2 + 2] - fStyleRunInfo[run].positions[glyph * 2];
591 LE_DELETE_ARRAY(fStyleRunInfo[run].positions);
594 fStyleRunInfo[run].positions = NULL;
1099 float *positions = LE_NEW_ARRAY(float, glyphCount * 2 + 2); local
1204 const float *positions = lastRun->getPositions(); local
    [all...]
  /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...]
gendata.cpp 166 float *positions = NULL; local
261 positions = NEW_ARRAY(float, glyphCount * 2 + 2);
265 engine->getGlyphPositions(positions, leStatus);
271 dumpFloats(outputFile, "result-positions", positions, glyphCount * 2 + 2);
275 DELETE_ARRAY(positions);
xmlreader.cpp 151 UnicodeString result_positions = UNICODE_STRING_SIMPLE("result-positions");
180 UnicodeString text, glyphs, indices, positions; local
216 positions = element->getText(TRUE);
228 expected.positions = getFloatArray(positions, positionCount);
241 DELETE_ARRAY(expected.positions);
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/layout/
ParagraphLayout.h 180 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
187 * <code>LEGlyphIDs</code>, an array of (x, y) glyph positions and
247 * Get the (x, y) positions of the glyphs in the visual run. To simplify storage
248 * management, the x and y positions are stored in a single array with the x positions
253 * @return the address of the array of glyph positions for this visual run. The storage
341 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[]);
563 float *positions; member in struct:ParagraphLayout::StyleRunInfo
731 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[])
733 fGlyphs(glyphs), fPositions(positions), fGlyphToCharMap(glyphToCharMap
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 63 // set positions
117 FloatBuffer positions = (FloatBuffer) pvb.getData(); local
131 positions.rewind();
138 positions.put(p.position.x)
155 positions.flip();
161 pvb.updateData(positions);
  /frameworks/native/libs/input/
VelocityTracker.cpp 220 void VelocityTracker::addMovement(nsecs_t eventTime, BitSet32 idBits, const Position* positions) {
242 mStrategy->addMovement(eventTime, idBits, positions);
255 id, positions[index].x, positions[index].y,
313 Position positions[pointerCount]; local
320 positions[index].x = event->getHistoricalX(i, h);
321 positions[index].y = event->getHistoricalY(i, h);
323 addMovement(eventTime, idBits, positions);
329 positions[index].x = event->getX(i);
330 positions[index].y = event->getY(i)
    [all...]
  /frameworks/base/libs/hwui/font/
Font.h 80 int numGlyphs, int x, int y, const float* positions);
112 uint32_t bitmapW, uint32_t bitmapH, Rect *bounds, const float* positions);
115 int numGlyphs, Rect *bounds, const float* positions);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGMarkerData.h 52 SVGMarkerData(Vector<MarkerPosition>& positions)
53 : m_positions(positions)
  /external/icu4c/layout/
loengine.cpp 121 float positions[],
131 le->getGlyphPositions(positions, *success);
loengine.h 178 * @param positions - the destiniation position array
185 float positions[],
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.cc 207 // start positions of 0 and 6, respectively, 'abcde' will score higher
260 const Snippet::MatchPositions& positions,
263 if (positions.empty()) {
269 for (Snippet::MatchPositions::const_iterator i = positions.begin();
270 i != positions.end(); ++i) {
  /external/harfbuzz/src/
harfbuzz-buffer.h 76 HB_Position positions; member in struct:HB_BufferRec_
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-buffer.h 76 HB_Position positions; member in struct:HB_BufferRec_
harfbuzz-shaper.cpp 856 if (face->buffer->positions)
857 memset(face->buffer->positions, 0, face->buffer->in_length*sizeof(HB_PositionRec));
912 HB_Position positions = face->buffer->positions; local
919 // (int)(positions[i].x_advance >> 6), (int)(positions[i].y_advance >> 6),
920 // (int)(positions[i].x_pos >> 6), (int)(positions[i].y_pos >> 6),
921 // positions[i].back, positions[i].new_advance)
    [all...]
  /frameworks/base/libs/hwui/
SkiaShader.h 161 ANDROID_API SkiaLinearGradientShader(float* bounds, uint32_t* colors, float* positions,
185 ANDROID_API SkiaSweepGradientShader(float x, float y, uint32_t* colors, float* positions,
195 SkiaSweepGradientShader(Type type, float x, float y, uint32_t* colors, float* positions,
211 float* positions, int count, SkShader* key,SkShader::TileMode tileMode,
  /external/chromium_org/chrome/browser/ui/views/tabs/
stacked_tab_strip_layout_unittest.cc 71 std::vector<std::string> positions; local
72 Tokenize(bounds, " ", &positions);
73 PrepareChildViews(static_cast<int>(positions.size()));
84 std::vector<std::string> positions; local
85 Tokenize(bounds, " ", &positions);
86 PrepareChildViews(static_cast<int>(positions.size()));
90 ASSERT_TRUE(base::StringToInt(positions[i], &x));

Completed in 1547 milliseconds

1 2 3 45 6 7 8 91011>>