Lines Matching +defs:entry +defs:y
1632 void onDrawTextBlob(const SkTextBlob* blob, SkScalar x, SkScalar y, in onDrawTextBlob()
1846 for (int y = 0; y < fWindow->height(); y += tileH) { in drawSlide() local
1859 for (int y = 0; y < fWindow->height(); y += tileH) { in drawSlide() local
1965 SkPoint Viewer::mapEvent(float x, float y) { in mapEvent()
1974 bool Viewer::onTouch(intptr_t owner, skui::InputState state, float x, float y) { in onTouch()
2027 bool Viewer::onMouse(int x, int y, skui::InputState state, skui::ModifierKey modifiers) { in onMouse()
2064 bool Viewer::onMouseWheel(float delta, int x, int y, skui::ModifierKey) { in onMouseWheel()
2087 bool Viewer::onPinch(skui::InputState state, float scale, float x, float y) { in onPinch()
2797 CachedShader& entry(fCachedShaders.push_back()); in drawImGui() local
2820 CachedShader& entry(fCachedShaders.push_back()); in drawImGui() local
2851 for (auto& entry : fCachedShaders) { in drawImGui() local
2864 for (auto& entry : fCachedShaders) { in drawImGui() local
2938 for (auto& entry : fCachedShaders) { in drawImGui() local
2986 for (auto& entry : fCachedShaders) { in drawImGui() local
3075 SkScalar y = fZoomWindowLocation.y(); in drawImGui() local
3152 for (int y = 0; y < info.height(); ++y) { in drawImGui() local
3200 for (const auto& entry : shaders) { in dumpShadersToResources() local