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

  /external/skia/tools/viewer/
ImGuiLayer.h 33 SkPaint fFontPaint;
ImGuiLayer.cpp 56 fFontPaint.setShader(fontShader);
57 fFontPaint.setColor(SK_ColorWHITE);
58 fFontPaint.setFilterQuality(kLow_SkFilterQuality);
59 io.Fonts->TexID = &fFontPaint;
  /external/skqp/tools/viewer/
ImGuiLayer.h 33 SkPaint fFontPaint;
ImGuiLayer.cpp 56 fFontPaint.setShader(fontShader);
57 fFontPaint.setColor(SK_ColorWHITE);
58 fFontPaint.setFilterQuality(kLow_SkFilterQuality);
59 io.Fonts->TexID = &fFontPaint;

Completed in 55 milliseconds