HomeSort by relevance Sort by last modified time
    Searched refs:coordinate (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGridTemplateAreasValue.cpp 54 const GridCoordinate& coordinate = it->value; local
55 if (row >= coordinate.rows.resolvedInitialPosition.toInt() && row <= coordinate.rows.resolvedFinalPosition.toInt())
61 const GridCoordinate& coordinate = it->value; local
62 if (column >= coordinate.columns.resolvedInitialPosition.toInt() && column <= coordinate.columns.resolvedFinalPosition.toInt() && candidates.contains(it->key))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_cubemap_normalize.cpp 59 ir_variable *var = new(mem_ctx) ir_variable(ir->coordinate->type,
60 "coordinate", ir_var_auto);
63 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, ir->coordinate,
92 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
93 ir->coordinate->type,
brw_fs_visitor.cpp 750 fs_visitor::emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate,
762 for (int i = 0; i < ir->coordinate->type->vector_elements; i++) {
763 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate);
764 coordinate.reg_offset++;
785 for (int i = 0; i < ir->coordinate->type->vector_elements; i++) {
786 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate);
787 coordinate.reg_offset++;
794 for (int i = 0; i < ir->coordinate->type->vector_elements; i++) {
795 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate);
796 coordinate.reg_offset++
1178 fs_reg coordinate = this->result; local
1296 fs_reg coordinate = emit_texcoord(ir, sampler, texunit); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cubemap_normalize.cpp 59 ir_variable *var = new(mem_ctx) ir_variable(ir->coordinate->type,
60 "coordinate", ir_var_auto);
63 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, ir->coordinate,
92 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
93 ir->coordinate->type,
brw_fs_visitor.cpp 750 fs_visitor::emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate,
762 for (int i = 0; i < ir->coordinate->type->vector_elements; i++) {
763 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate);
764 coordinate.reg_offset++;
785 for (int i = 0; i < ir->coordinate->type->vector_elements; i++) {
786 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate);
787 coordinate.reg_offset++;
794 for (int i = 0; i < ir->coordinate->type->vector_elements; i++) {
795 emit(BRW_OPCODE_MOV, fs_reg(MRF, base_mrf + mlen + i), coordinate);
796 coordinate.reg_offset++
1178 fs_reg coordinate = this->result; local
1296 fs_reg coordinate = emit_texcoord(ir, sampler, texunit); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_texture_projection.cpp 72 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
73 ir->coordinate->type,
74 ir->coordinate,
ir_clone.cpp 236 if (this->coordinate)
237 new_tex->coordinate = this->coordinate->clone(mem_ctx, ht);
  /external/mesa3d/src/glsl/
lower_texture_projection.cpp 72 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
73 ir->coordinate->type,
74 ir->coordinate,
  /frameworks/base/location/java/android/location/
Location.java 170 * Converts a coordinate to a String representation. The outputType
172 * The coordinate must be a valid double between -180.0 and 180.0.
174 * @throws IllegalArgumentException if coordinate is less than
179 public static String convert(double coordinate, int outputType) {
180 if (coordinate < -180.0 || coordinate > 180.0 ||
181 Double.isNaN(coordinate)) {
182 throw new IllegalArgumentException("coordinate=" + coordinate);
193 if (coordinate < 0)
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_buffer.js 57 * @param {number} x X coordinate for cursor.
58 * @param {number} y Y coordinate for cursor.
72 * @param {number} x X coordinate for click event.
73 * @param {number} y Y coordinate for click event.
85 * @param {number} x Event X coordinate.
86 * @param {number} y Event Y coordinate.
102 * @param {number} x X coordinate of the event.
103 * @param {number} y Y coordinate of the event.
145 * @param {number} x X coordinate for cursor.
146 * @param {number} y Y coordinate for cursor
    [all...]
image_transform.js 218 * @param {number} x X coordinate for cursor.
219 * @param {number} y Y coordinate for cursor.
230 * @param {number} x Event X coordinate.
231 * @param {number} y Event Y coordinate.
234 * drag. It takes x coordinate value, y coordinate value, and shift key
252 * Obtains the double tap action depending on the coordinate.
254 * @param {number} x X coordinate of the event.
255 * @param {number} y Y coordinate of the event.
381 * Obtains the drag mode depending on the coordinate
    [all...]
  /external/icu/icu4c/source/layout/
GlyphDefinitionTables.h 69 le_int16 coordinate; member in struct:CaretValueFormat1Table
79 le_int16 coordinate; member in struct:CaretValueFormat3Table
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java 182 public static boolean isValidCoordinate(final int coordinate) {
185 return coordinate >= 0;
  /external/chromium_org/chrome/test/chromedriver/js/
dispatch_context_menu_event.js 19 * @param {number} x The X coordinate to dispatch the event at.
20 * @param {number} y The Y coordinate to dispatch the event at.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 32 coordinate with the RasterPos command, the modelview matrix, projection
34 desired window coordinate is outside of the window's bounds one must
44 position to a specific window coordinate prior to calling DrawPixels,
97 color, color index and texture coordinate update the current raster
  /external/mesa3d/docs/
MESA_window_pos.spec 32 coordinate with the RasterPos command, the modelview matrix, projection
34 desired window coordinate is outside of the window's bounds one must
44 position to a specific window coordinate prior to calling DrawPixels,
97 color, color index and texture coordinate update the current raster
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderGrid.cpp 286 GridCoordinate coordinate = m_gridItemCoordinate.take(childBox); local
288 for (GridSpan::iterator row = coordinate.rows.begin(); row != coordinate.rows.end(); ++row) {
289 for (GridSpan::iterator column = coordinate.columns.begin(); column != coordinate.columns.end(); ++column) {
487 const GridCoordinate coordinate = cachedGridCoordinate(*gridItem); local
488 const GridSpan span = (direction == ForColumns) ? coordinate.columns : coordinate.rows;
718 const GridCoordinate coordinate = cachedGridCoordinate(gridItem); local
719 const GridResolvedPosition initialTrackPosition = (direction == ForColumns) ? coordinate.columns.resolvedInitialPosition : coordinate.rows.resolvedInitialPosition
1077 const GridCoordinate& coordinate = cachedGridCoordinate(*child); local
1106 const GridCoordinate& coordinate = cachedGridCoordinate(child); local
1129 const GridCoordinate& coordinate = cachedGridCoordinate(child); local
1138 const GridCoordinate& coordinate = cachedGridCoordinate(child); local
1166 const GridCoordinate& coordinate = cachedGridCoordinate(child); local
1259 const GridCoordinate& coordinate = cachedGridCoordinate(child); local
1272 const GridCoordinate& coordinate = cachedGridCoordinate(child); local
1284 const GridCoordinate& coordinate = cachedGridCoordinate(child); local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gdef-table.hh 101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
111 SHORT coordinate; /* X or Y value, in design units */ member in struct:OT::CaretValueFormat1
149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) :
150 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font);
160 SHORT coordinate; /* X or Y value, in design units */ member in struct:OT::CaretValueFormat3
231 * --in increasing coordinate order */
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
111 SHORT coordinate; /* X or Y value, in design units */ member in struct:OT::CaretValueFormat1
149 font->em_scale_x (coordinate) + (this+deviceTable).get_x_delta (font) :
150 font->em_scale_y (coordinate) + (this+deviceTable).get_y_delta (font);
160 SHORT coordinate; /* X or Y value, in design units */ member in struct:OT::CaretValueFormat3
231 * --in increasing coordinate order */
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_grid.js 262 * Obtains the column/row index that the coordinate points.
263 * @param {number} coordinate Vertical/horizontal coordinate value that points
272 FileGrid.prototype.getHitIndex_ = function(coordinate, step, threshold) {
273 var index = ~~(coordinate / step);
274 return (coordinate % step >= threshold) ? index + 1 : index;
283 * @param {number} x X coordinate value.
284 * @param {number} y Y coordinate value.
285 * @param {number=} opt_width Width of the coordinate.
286 * @param {number=} opt_height Height of the coordinate
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 46 The lower-left corner has texture coordinate (0,0,r,q).
55 texgen that the r coordinate could be used to select a slice in the
127 vertex window coordinate texture coordinate
135 size. The other vertex attributes (such as the color and fog coordinate)
146 If multiple texture units are present the same texture coordinate is
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 46 The lower-left corner has texture coordinate (0,0,r,q).
55 texgen that the r coordinate could be used to select a slice in the
127 vertex window coordinate texture coordinate
135 size. The other vertex attributes (such as the color and fog coordinate)
146 If multiple texture units are present the same texture coordinate is
  /external/chromium_org/ui/keyboard/resources/
touch_fuzzing.js 64 * @param {number} x The x-coordinate.
65 * @param {number} y The y-coordinate.
93 * left: The x-coordinate of the left edge of the key.
94 * top: The y-coordinate of the top edge of the key.
112 * @param {number} x The x-coordinate of the point.
113 * @param {number} y The y-coordinate of the point.
149 * @param {number} c The x or y coordinate of the intersection line depending
162 * @param {number} x The x-coordinate of the point.
163 * @param {number} y The y-coordinate of the point.
209 * @param {number} x The x-coordinate
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc 187 std::string coordinate; local
191 &coordinate))
194 if (!ConvertRectFromString(coordinate, &rect))
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.js 128 * @param {number} x X coordinate of top-left corner of hole.
129 * @param {number} y Y coordinate of top-left corner of hole.
147 * @param {number} x X coordinate of circle center.
148 * @param {number} y Y coordinate of circle center.

Completed in 733 milliseconds

1 2 3 4 5