HomeSort by relevance Sort by last modified time
    Searched refs:sameConfigs (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/core/
SkBitmap.cpp 850 bool sameConfigs = (this->config() == dstConfig);
859 if (!sameConfigs) {
868 if (this->getConfig() == kA1_Config && !sameConfigs) {
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 1001 bool sameConfigs = (this->config() == dstConfig);
1010 if (!sameConfigs) {
1019 if (this->getConfig() == kA1_Config && !sameConfigs) {
    [all...]

Completed in 86 milliseconds