Lines Matching refs:Viewer

8 #include "tools/viewer/Viewer.h"
96 GrContextOptions::ShaderErrorHandler* Viewer::ShaderErrorHandler() { return &gShaderErrorHandler; }
105 return new Viewer(argc, argv, platformData);
326 Viewer::Viewer(int argc, char** argv, void* platformData)
744 void Viewer::initSlides() {
911 Viewer::~Viewer() {
940 void Viewer::updateTitle() {
948 SkString title("Viewer: ");
1106 int Viewer::startupSlide() const {
1123 void Viewer::listNames() const {
1130 void Viewer::setCurrentSlide(int slide) {
1151 void Viewer::setupCurrentSlide() {
1184 void Viewer::changeZoomLevel(float delta) {
1190 void Viewer::preTouchMatrixChanged() {
1198 SkMatrix Viewer::computePerspectiveMatrix() {
1212 SkMatrix Viewer::computePreTouchMatrix() {
1233 SkMatrix Viewer::computeMatrix() {
1240 void Viewer::setBackend(sk_app::Window::BackendType backendType) {
1277 void Viewer::setColorMode(ColorMode colorMode) {
1286 SkPaint* paint, Viewer::SkPaintFields* pfields,
1287 SkFont* font, Viewer::SkFontFields* ffields)
1454 Viewer::SkPaintFields* fPaintOverrides;
1456 Viewer::SkFontFields* fFontOverrides;
1459 void Viewer::drawSlide(SkSurface* surface) {
1624 void Viewer::onBackendCreated() {
1629 void Viewer::onPaint(SkSurface* surface) {
1644 void Viewer::onResize(int width, int height) {
1654 SkPoint Viewer::mapEvent(float x, float y) {
1663 bool Viewer::onTouch(intptr_t owner, skui::InputState state, float x, float y) {
1716 bool Viewer::onMouse(int x, int y, skui::InputState state, skui::ModifierKey modifiers) {
1753 bool Viewer::onFling(skui::InputState state) {
1764 bool Viewer::onPinch(skui::InputState state, float scale, float x, float y) {
1879 void Viewer::drawImGui() {
2798 void Viewer::dumpShadersToResources() {
2847 void Viewer::onIdle() {
2889 void Viewer::updateUIState() {
2982 void Viewer::onUIStateChanged(const SkString& stateName, const SkString& stateValue) {
3048 bool Viewer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) {
3052 bool Viewer::onChar(SkUnichar c, skui::ModifierKey modifiers) {