Lines Matching refs:Viewer
79 return new Viewer(argc, argv, platformData); in Create()
250 Viewer::Viewer(int argc, char** argv, void* platformData) in Viewer() function in Viewer
625 void Viewer::initSlides() { in initSlides()
771 Viewer::~Viewer() { in ~Viewer()
796 void Viewer::updateTitle() { in updateTitle()
969 int Viewer::startupSlide() const { in startupSlide()
986 void Viewer::listNames() const { in listNames()
993 void Viewer::setCurrentSlide(int slide) { in setCurrentSlide()
1010 void Viewer::setupCurrentSlide() { in setupCurrentSlide()
1042 void Viewer::changeZoomLevel(float delta) { in changeZoomLevel()
1048 void Viewer::preTouchMatrixChanged() { in preTouchMatrixChanged()
1056 SkMatrix Viewer::computePerspectiveMatrix() { in computePerspectiveMatrix()
1070 SkMatrix Viewer::computePreTouchMatrix() { in computePreTouchMatrix()
1088 SkMatrix Viewer::computeMatrix() { in computeMatrix()
1095 void Viewer::setBackend(sk_app::Window::BackendType backendType) { in setBackend()
1127 void Viewer::setColorMode(ColorMode colorMode) { in setColorMode()
1135 OveridePaintFilterCanvas(SkCanvas* canvas, SkPaint* paint, Viewer::SkPaintFields* pfields, in OveridePaintFilterCanvas()
1136 SkFont* font, Viewer::SkFontFields* ffields) in OveridePaintFilterCanvas()
1254 Viewer::SkPaintFields* fPaintOverrides;
1256 Viewer::SkFontFields* fFontOverrides;
1259 void Viewer::drawSlide(SkSurface* surface) { in drawSlide()
1399 void Viewer::onBackendCreated() { in onBackendCreated()
1404 void Viewer::onPaint(SkSurface* surface) { in onPaint()
1417 void Viewer::onResize(int width, int height) { in onResize()
1423 SkPoint Viewer::mapEvent(float x, float y) { in mapEvent()
1432 bool Viewer::onTouch(intptr_t owner, skui::InputState state, float x, float y) { in onTouch()
1485 bool Viewer::onMouse(int x, int y, skui::InputState state, skui::ModifierKey modifiers) { in onMouse()
1522 bool Viewer::onFling(skui::InputState state) { in onFling()
1533 bool Viewer::onPinch(skui::InputState state, float scale, float x, float y) { in onPinch()
1596 void Viewer::drawImGui() { in drawImGui()
2279 void Viewer::onIdle() { in onIdle()
2319 void Viewer::updateUIState() { in updateUIState()
2414 void Viewer::onUIStateChanged(const SkString& stateName, const SkString& stateValue) { in onUIStateChanged()
2477 bool Viewer::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey()
2481 bool Viewer::onChar(SkUnichar c, skui::ModifierKey modifiers) { in onChar()