OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
skdiff.cpp
182
uint32_t
thisA
= SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1));
186
totalMismatchA +=
thisA
;
193
if (
thisA
> dr->fMaxMismatchA) {
194
dr->fMaxMismatchA =
thisA
;
/external/skia/tools/
skdiff.cpp
182
uint32_t
thisA
= SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1));
186
totalMismatchA +=
thisA
;
193
if (
thisA
> dr->fMaxMismatchA) {
194
dr->fMaxMismatchA =
thisA
;
Completed in 1535 milliseconds