Home
last modified time | relevance | path

Searched refs:orientation_string (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/cc/quads/
Dio_surface_draw_quad.cc66 const char* orientation_string = NULL; in ExtendValue() local
69 orientation_string = "flipped"; in ExtendValue()
72 orientation_string = "unflipped"; in ExtendValue()
76 value->SetString("orientation", orientation_string); in ExtendValue()