Searched refs:coordinate (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSGridTemplateAreasValue.cpp54 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/
H A Dbrw_cubemap_normalize.cpp59 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,
H A Dbrw_fs_visitor.cpp750 fs_visitor::emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate, argument
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
919 emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate, fs_reg shadow_c, fs_reg lod, fs_reg lod2) argument
1039 emit_texture_gen7(ir_texture *ir, fs_reg dst, fs_reg coordinate, fs_reg shadow_c, fs_reg lod, fs_reg lod2) argument
1178 fs_reg coordinate = this->result; local
1296 fs_reg coordinate = emit_texcoord(ir, sampler, texunit); local
[all...]
H A Dbrw_fs.h310 fs_inst *emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate,
312 fs_inst *emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate,
314 fs_inst *emit_texture_gen7(ir_texture *ir, fs_reg dst, fs_reg coordinate,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cubemap_normalize.cpp59 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,
H A Dbrw_fs_visitor.cpp750 fs_visitor::emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate, argument
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
919 emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate, fs_reg shadow_c, fs_reg lod, fs_reg lod2) argument
1039 emit_texture_gen7(ir_texture *ir, fs_reg dst, fs_reg coordinate, fs_reg shadow_c, fs_reg lod, fs_reg lod2) argument
1178 fs_reg coordinate = this->result; local
1296 fs_reg coordinate = emit_texcoord(ir, sampler, texunit); local
[all...]
H A Dbrw_fs.h310 fs_inst *emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate,
312 fs_inst *emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate,
314 fs_inst *emit_texture_gen7(ir_texture *ir, fs_reg dst, fs_reg coordinate,
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_texture_projection.cpp72 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
73 ir->coordinate->type,
74 ir->coordinate,
H A Dir_clone.cpp236 if (this->coordinate)
237 new_tex->coordinate = this->coordinate->clone(mem_ctx, ht);
H A Dir_rvalue_visitor.cpp53 handle_rvalue(&ir->coordinate);
H A Dir_hv_accept.cpp190 if (this->coordinate) {
191 s = this->coordinate->accept(v);
/external/mesa3d/src/glsl/
H A Dlower_texture_projection.cpp72 ir->coordinate = new(mem_ctx) ir_expression(ir_binop_mul,
73 ir->coordinate->type,
74 ir->coordinate,
H A Dir_clone.cpp236 if (this->coordinate)
237 new_tex->coordinate = this->coordinate->clone(mem_ctx, ht);
H A Dir_rvalue_visitor.cpp53 handle_rvalue(&ir->coordinate);
H A Dir_hv_accept.cpp190 if (this->coordinate) {
191 s = this->coordinate->accept(v);
/external/icu/icu4c/source/layout/
H A DGlyphDefinitionTables.h69 le_int16 coordinate; member in struct:CaretValueFormat1Table
79 le_int16 coordinate; member in struct:CaretValueFormat3Table
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_window_pos.spec32 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/
H A DMESA_window_pos.spec32 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/
H A DRenderGrid.cpp286 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
828 insertItemIntoGrid(RenderBox& child, const GridCoordinate& coordinate) argument
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/
H A Dhb-ot-layout-gdef-table.hh101 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/
H A Dhb-ot-layout-gdef-table.hh101 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/third_party/mesa/src/docs/OLD/
H A DMESA_sprite_point.spec46 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/
H A DMESA_sprite_point.spec46 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/chrome/browser/chromeos/input_method/
H A Dtextinput_test_helper.cc187 std::string coordinate; local
191 &coordinate))
194 if (!ConvertRectFromString(coordinate, &rect))
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_grid.js262 * 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...]

Completed in 3842 milliseconds

12