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

/external/skia/src/core/
H A DSkDistanceFieldGen.cpp11 struct DFData { struct
66 static void init_glyph_data(DFData* data, unsigned char* edges, const unsigned char* image,
148 static void init_distances(DFData* data, unsigned char* edges, int width, int height) {
150 DFData* currData = data;
151 DFData* prevData = data - width;
152 DFData* nextData = data + width;
196 static void F1(DFData* curr, int width) {
198 DFData* check = curr - width-1;
242 static void F2(DFData* curr, int width) {
244 DFData* chec
[all...]

Completed in 45 milliseconds