HomeSort by relevance Sort by last modified time
    Searched refs:fImGuiFontPaint (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/viewer/
Viewer.h 74 SkPaint fImGuiFontPaint;
Viewer.cpp 430 fImGuiFontPaint.setShader(fontShader);
431 fImGuiFontPaint.setColor(SK_ColorWHITE);
432 fImGuiFontPaint.setFilterQuality(kLow_SkFilterQuality);
433 io.Fonts->TexID = &fImGuiFontPaint;
    [all...]

Completed in 41 milliseconds