HomeSort by relevance Sort by last modified time
    Searched refs:positions (Results 201 - 225 of 852) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/deqp/modules/glshared/
glsScissorTests.cpp 364 vector<float> positions (4*vertexCount*m_primitiveCount);
376 positions[ndx+0] = (basePositions[vertNdx*2 + 0]*scale + dx)*primitiveArea.z() + primitiveArea.x();
377 positions[ndx+1] = (basePositions[vertNdx*2 + 1]*scale + dy)*primitiveArea.w() + primitiveArea.y();
378 positions[ndx+2] = 0.2f;
379 positions[ndx+3] = 1.0f;
390 case TRIANGLE: drawPrimitives(gl, program, GL_TRIANGLES, positions, indices); break;
391 case LINE: drawPrimitives(gl, program, GL_LINES, positions, indices); break;
392 case POINT: drawPrimitives(gl, program, GL_POINTS, positions, indices); break;
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 178 positions:
183 continue positions;
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 253 const float *positions = visualRun->getPositions(); local
255 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
  /external/ply/ply/ply/
cpp.py 330 # must be enclosed in parenthesis. Returns a tuple (tokencount,args,positions)
332 # and positions is a list of integers containing the starting index of each
344 positions = []
355 positions.append(i+1)
372 positions.append(i)
373 return i+1,args,positions
377 positions.append(i+1)
513 tokcount,args,positions = self.collect_args(tokens[j:])
528 args[len(m.arglist)-1] = tokens[j+positions[len(m.arglist)-1]:j+tokcount-1]
813 tokcount, args, positions = self.collect_args(linetok[1:]
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 119 final float[][] positions = { p0, p1, p2, p3 }; local
122 grid.set(tileX, tileY, positions, uvs);
  /external/skia/src/atlastext/
SkAtlasTextTarget.cpp 121 void SkInternalAtlasTextTarget::drawText(const SkGlyphID glyphs[], const SkPoint positions[],
140 const SkScalar* pos = &positions->fX;
  /external/skqp/src/atlastext/
SkAtlasTextTarget.cpp 121 void SkInternalAtlasTextTarget::drawText(const SkGlyphID glyphs[], const SkPoint positions[],
140 const SkScalar* pos = &positions->fX;
  /frameworks/base/libs/hwui/
FontRenderer.h 95 int x, int y, const float* positions, Rect* outBounds,
113 float radius, const float* positions);
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
PlaybackSeekAsyncDataProvider.java 94 public void setSeekPositions(long[] positions) {
95 mSeekPositions = positions;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Splitter.java 169 positions:
174 continue positions;
  /prebuilts/go/darwin-x86/src/go/token/
position_test.go 111 // add lines individually and verify all positions
125 // add lines with SetLines and verify all positions
134 // add lines with SetLinesForContent and verify all positions
157 // verify positions for all offsets
  /prebuilts/go/linux-x86/src/go/token/
position_test.go 111 // add lines individually and verify all positions
125 // add lines with SetLines and verify all positions
134 // add lines with SetLinesForContent and verify all positions
157 // verify positions for all offsets
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitySelectionActivity.java 429 final List<Integer> positions = new ArrayList<>(approximateSectionCount); local
434 positions.add(0);
453 positions.add(position);
458 mSectionHeaderPositions = positions.toArray(new Integer[positions.size()]);
  /frameworks/support/viewpager/src/androidTest/java/androidx/viewpager/widget/
BaseViewPagerTest.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/src/
pos.go 5 // This file implements the encoding of source positions.
21 // positions. If it refers to a //line pragma, a relative position is relative
46 // For positions in different files, ordering is by filename.
53 // For positions in different files, ordering is by filename.
71 // RelLine returns the line number relative to the positions's base.
  /prebuilts/go/linux-x86/src/cmd/internal/src/
pos.go 5 // This file implements the encoding of source positions.
21 // positions. If it refers to a //line pragma, a relative position is relative
46 // For positions in different files, ordering is by filename.
53 // For positions in different files, ordering is by filename.
71 // RelLine returns the line number relative to the positions's base.
  /external/harfbuzz_ng/test/api/
test-buffer.c 301 hb_glyph_position_t *positions; local
303 /* Without shaping, positions should all be zero */
306 positions = hb_buffer_get_glyph_positions (b, &len2);
309 g_assert_cmpint (0, ==, positions[i].x_advance);
310 g_assert_cmpint (0, ==, positions[i].y_advance);
311 g_assert_cmpint (0, ==, positions[i].x_offset);
312 g_assert_cmpint (0, ==, positions[i].y_offset);
313 g_assert_cmpint (0, ==, positions[i].var.i32);
643 /* illegal code positions */
  /external/v8/src/compiler/
graph-visualizer.cc 119 const SourcePositionTable* positions)
123 positions_(positions),
248 JSONGraphNodeWriter(os, &tmp_zone, &ad.graph, ad.positions).Print();
262 const SourcePositionTable* positions,
414 const SourcePositionTable* positions,
504 if (positions != nullptr) {
505 SourcePosition position = positions->GetSourcePosition(node);
  /external/deqp/modules/gles3/functional/
es3fShaderBuiltinVarTests.cpp 328 const float positions[] = local
338 glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 4, 4, 0, &positions[0]);
425 const float positions[] = local
434 glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 4, 4, 0, &positions[0]);
643 const float positions[] = local
653 glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 4, 4, 0, &positions[0]);
708 void renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const deUint16* const indices, const tcu::Vec4* const positions, const tcu::Vec4* const colors);
821 // Compute positions.
932 void VertexIDCase::renderReference (const tcu::PixelBufferAccess& dst, const int numVertices, const deUint16* const indices, const tcu::Vec4* const positions, const tcu::Vec4* const colors)
944 attribs[0].pointer = positions;
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
object_detector.h 150 virtual void Detect(const std::vector<BoundingSquare>& positions,
object_tracker.cc 605 std::vector<BoundingSquare> positions; local
612 positions.push_back(GetCenteredSquare(
628 &positions);
636 detector_->Detect(positions, &detections);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
lca.go 19 // in the Euler tour from positions i to i+1<<k-1, inclusive.
105 // Find the positions of a and bin the Euler tour.
  /prebuilts/go/darwin-x86/src/go/ast/
import.go 100 // Record positions for specs.
168 // Fix up comment positions
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lca.go 19 // in the Euler tour from positions i to i+1<<k-1, inclusive.
105 // Find the positions of a and bin the Euler tour.
  /prebuilts/go/linux-x86/src/go/ast/
import.go 100 // Record positions for specs.
168 // Fix up comment positions

Completed in 636 milliseconds

1 2 3 4 5 6 7 891011>>