OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curr_y
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkScan_Path.cpp
51
static void backward_insert_edge_based_on_x(SkEdge* edge SkDECLAREPARAM(int,
curr_y
)) {
75
static void insert_new_edges(SkEdge* newEdge, int
curr_y
) {
76
if (newEdge->fFirstY !=
curr_y
) {
103
} while (newEdge->fFirstY ==
curr_y
);
107
static void validate_edges_for_y(const SkEdge* edge, int
curr_y
) {
108
while (edge->fFirstY <=
curr_y
) {
119
#define validate_edges_for_y(edge,
curr_y
)
136
int
curr_y
= start_y;
local
147
validate_edges_for_y(currE,
curr_y
);
150
proc(blitter,
curr_y
, PREPOST_START); // pre-pro
[
all
...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.c
425
scene->
curr_y
++;
427
if (scene->
curr_y
>= scene->tiles_y) {
438
scene->curr_x = scene->
curr_y
= -1;
444
* The lp_scene::curr_x and ::
curr_y
fields will be advanced.
458
scene->
curr_y
= 0;
465
bin = lp_scene_get_bin(scene, scene->curr_x, scene->
curr_y
);
lp_scene.h
168
int curr_x,
curr_y
; /**< for iterating over bins */
member in struct:lp_scene
Completed in 115 milliseconds