Searched refs:position (Results 201 - 225 of 2231) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DZeroSizeInsn.java33 * @param position {@code non-null;} source position
35 public ZeroSizeInsn(SourcePosition position) { argument
36 super(Dops.SPECIAL_FORMAT, position, RegisterSpecList.EMPTY);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DCstInsn.java33 * @param position {@code non-null;} source position
38 public CstInsn(Rop opcode, SourcePosition position, RegisterSpec result, argument
40 super(opcode, position, result, sources);
/external/icu/icu4c/source/layout/
H A DSubstitutionLookups.cpp31 le_int32 position,
44 tempIterator.setCurrStreamPosition(position);
25 applySubstitutionLookups( LookupProcessor *lookupProcessor, SubstitutionLookupRecord *substLookupRecordArray, le_uint16 substCount, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, le_int32 position, LEErrorCode& success) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
H A Dd3d11gears.hlsl39 float4 position : POSITION;
45 float4 position : SV_POSITION;
55 float3 view = mul((float3x4)modelview, input.position);
56 result.position = mul((float4x4)proj, float4(view, 1));
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
H A Dd3d11tex.hlsl34 float4 position : POSITION;
40 float4 position : SV_POSITION;
48 result.position = input.position;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DItemDataBox.java36 content.position(content.position() + content.remaining());
H A DUnknownBox.java43 content.position(content.position() + content.remaining());
/external/replicaisland/src/com/replica/replicaisland/
H A DEventRecorder.java37 synchronized void setLastDeathPosition(Vector2 position) { argument
38 mLastDeathPosition.set(position);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderVTTCue.cpp69 bool RenderVTTCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, LayoutUnit& position) argument
83 // 3. Let line position be the text track cue computed line position.
86 // 4. Vertical Growing Left: Add one to line position then negate it.
90 // 5. Let position be the result of multiplying step and line position.
91 position = step * linePosition;
93 // 6. Vertical Growing Left: Decrease position by the width of the
94 // bounding box of the boxes in boxes, then increase position by step.
96 position
113 placeBoxInDefaultPosition(LayoutUnit position, bool& switched) argument
217 LayoutUnit position; local
[all...]
/external/doclava/src/com/google/doclava/
H A DAttrTagInfo.java44 AttrTagInfo(String name, String kind, String text, ContainerInfo base, SourcePositionInfo position) { argument
45 super(name, kind, text, position);
48 parse(text, base, position);
51 void parse(String text, ContainerInfo base, SourcePositionInfo position) { argument
56 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr tag: " + text);
65 LinkReference linkRef = LinkReference.parse(ref, mBase, position, false);
67 Errors.error(Errors.BAD_ATTR_TAG, position, "Unresolved @attr ref: " + ref);
71 Errors.error(Errors.BAD_ATTR_TAG, position, "@attr must be a field: " + ref);
79 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more);
86 mDescrComment = new Comment(more, base, position);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextLayoutAttributesBuilder.cpp127 // Update text position, after we're back from recursion.
128 TextPosition& position = m_textPositions[atPosition]; local
129 ASSERT(!position.length);
130 position.length = m_textLength - position.start;
180 void SVGTextLayoutAttributesBuilder::fillCharacterDataMap(const TextPosition& position) argument
182 RefPtr<SVGLengthList> xList = position.element->x()->currentValue();
183 RefPtr<SVGLengthList> yList = position.element->y()->currentValue();
184 RefPtr<SVGLengthList> dxList = position.element->dx()->currentValue();
185 RefPtr<SVGLengthList> dyList = position
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duchriter.cpp35 int32_t position)
36 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, position),
45 int32_t position)
46 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
126 UCharCharacterIterator::setIndex(int32_t position) { argument
127 if(position < begin) {
129 } else if(position > end) {
132 pos = position;
227 UCharCharacterIterator::setIndex32(int32_t position) { argument
228 if(position < begi
33 UCharCharacterIterator(const UChar* textPtr, int32_t length, int32_t position) argument
41 UCharCharacterIterator(const UChar* textPtr, int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
[all...]
/external/icu/icu4c/source/common/
H A Duchriter.cpp35 int32_t position)
36 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, position),
45 int32_t position)
46 : CharacterIterator(textPtr != 0 ? (length>=0 ? length : u_strlen(textPtr)) : 0, textBegin, textEnd, position),
126 UCharCharacterIterator::setIndex(int32_t position) { argument
127 if(position < begin) {
129 } else if(position > end) {
132 pos = position;
227 UCharCharacterIterator::setIndex32(int32_t position) { argument
228 if(position < begi
33 UCharCharacterIterator(const UChar* textPtr, int32_t length, int32_t position) argument
41 UCharCharacterIterator(const UChar* textPtr, int32_t length, int32_t textBegin, int32_t textEnd, int32_t position) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DcanvasProfiler.css34 position: absolute;
50 position: absolute;
68 position: absolute;
75 position: absolute;
83 position: absolute;
103 -webkit-mask-position: 0 -72px;
109 -webkit-mask-position: -64px -72px;
112 -webkit-mask-position: -96px -72px;
115 -webkit-mask-position: 0 -72px;
118 -webkit-mask-position
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c155 SDL_Rect position; local
160 position.x = x-(light->w/2);
161 position.y = y-(light->h/2);
162 position.w = light->w;
163 position.h = light->h;
165 SDL_BlitSurface(light, NULL, screen, &position);
167 SDL_UpdateRects(screen, 1, &position);
177 static SDL_Rect position; variable
229 /* Set the initial position of the sprite */
230 position
[all...]
/external/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view_impl.h107 const int row_block_pos = bs->rows[r].block.position;
110 const int col_block_pos = bs->cols[col_block_id].position;
113 values + cell.position, row_block_size, col_block_size,
132 const int row_block_pos = bs->rows[r].block.position;
137 const int col_block_pos = bs->cols[col_block_id].position;
140 values + cells[c].position, row_block_size, col_block_size,
147 const int row_block_pos = bs->rows[r].block.position;
152 const int col_block_pos = bs->cols[col_block_id].position;
155 values + cells[c].position, row_block_size, col_block_size,
173 const int row_block_pos = bs->rows[r].block.position;
[all...]
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.cc78 // Attempts to extract a position from the response. Detects and indicates
85 Geoposition* position,
89 // Sets |*position| to the parsed location if a valid fix was received,
93 Geoposition* position,
150 Geoposition position; local
159 &position,
179 position, server_error, access_token, wifi_data_);
277 Geoposition* position) {
278 position->error_code = Geoposition::ERROR_CODE_POSITION_UNAVAILABLE;
279 position
275 FormatPositionError(const GURL& server_url, const std::string& message, Geoposition* position) argument
288 GetLocationFromResponse(bool http_post_result, int status_code, const std::string& response_body, const base::Time& timestamp, const GURL& server_url, Geoposition* position, base::string16* access_token) argument
351 ParseServerResponse(const std::string& response_body, const base::Time& timestamp, Geoposition* position, base::string16* access_token) argument
[all...]
H A Dlocation_provider_base.h20 void NotifyCallback(const Geoposition& position);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisIterator.java55 * @return The position of the current node in the set, as defined by XPath.
94 * from its current position.
104 * Return the node at the given position.
106 * @param position The position
107 * @return The node at the given position.
109 public int getNodeByPosition(int position); argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMAxisIteratorBase.java32 /** The position of the last node within the iteration, as defined by XPath.
34 * confuse it with the current (most recently returned) position.
38 /** The position of the current node within the iteration, as defined by XPath.
43 /** The position of the marked node within the iteration;
111 /** Returns the position of the last node within the iteration, as
128 // -- and explicitly saving our position counter (number of nodes
131 // %REVIEW% Should position also be saved by setMark()?
152 * @return The position of the current node within the set, as defined by
219 * Reset the position to zero. NOTE that this does not change the iteration
220 * state, only the position numbe
266 getNodeByPosition(int position) argument
[all...]
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_tree_quad_stack_viewer.css16 position: relative;
27 position: absolute;
/external/chromium-trace/trace-viewer/src/tracing/
H A Dtimeline_track_view.css22 position: absolute;
37 position: fixed;
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dtrack.css25 position: absolute;
31 position: absolute;
/external/chromium_org/chrome/browser/resources/pdf/
H A Dindex.css36 position: fixed;
42 position: absolute;
/external/chromium_org/content/common/input/
H A Dsynthetic_tap_gesture_params.h23 gfx::Point position; member in struct:content::SyntheticTapGestureParams

Completed in 2644 milliseconds

1234567891011>>