Home
last modified time | relevance | path

Searched defs:update_pos (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/modules/sksg/samples/
DSampleSVGPong.cpp68 void update_pos(const sk_sp<sksg::RRect>& rr, const SkPoint& pos) { in update_pos() function
/third_party/skia/modules/sksg/samples/
DSampleSVGPong.cpp70 void update_pos(const sk_sp<sksg::RRect>& rr, const SkPoint& pos) { in update_pos() function
/third_party/ffmpeg/libavcodec/
Dvp8.c2344 #define update_pos(td, mb_y, mb_x) \ macro
2362 #define update_pos(td, mb_y, mb_x) while(0) macro
/third_party/ffmpeg/libavformat/
Dmatroskadec.c1235 int res, update_pos = 1, level_check; in ebml_parse() local