Searched refs:CONST_PARAM (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1462 #define CONST_PARAM const macro
1464 #define CONST_PARAM macro
1467 static int move_proc(CONST_PARAM FT_Vector* pt, void* ctx) {
1474 static int line_proc(CONST_PARAM FT_Vector* pt, void* ctx) {
1480 static int quad_proc(CONST_PARAM FT_Vector* pt0, CONST_PARAM FT_Vector* pt1,
1487 static int cubic_proc(CONST_PARAM FT_Vector* pt0, CONST_PARAM FT_Vector* pt1,
1488 CONST_PARAM FT_Vector* pt2, void* ctx) {

Completed in 38 milliseconds