Home
last modified time | relevance | path

Searched defs:coins (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/pathops/
DSkOpSpan.cpp280 SkOpCoincidence* coins = this->globalState()->coincidence(); in checkForCollapsedCoincidence() local
DSkPathOpsDebug.cpp2423 const SkOpCoincidence* coins = this->globalState()->coincidence(); in debugCheckForCollapsedCoincidence() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp680 static void init_coins(Coin* coins, size_t num) in init_coins()
686 static void cleanup_coins(Coin* coins, size_t num) in cleanup_coins()
698 static unsigned append_symbol_coins(Coin* coins, const unsigned* frequencies, unsigned numcodes, si… in append_symbol_coins()
720 Coin* coins; /*the coins of the currently calculated row*/ in lodepng_huffman_code_lengths() local