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

  /external/skia/src/opts/
SkBitmapProcState_opts_mips_dsp.cpp 27 SkPMColor dstValue = table[src];
28 sk_memset32(colors, dstValue, count);
  /frameworks/base/tools/aapt2/link/
TableMerger.cpp 219 ResourceConfigValue* dstValue = dstEntry->findValue(srcValue->config,
221 if (dstValue) {
223 dstValue->value.get(), srcValue->value.get());
235 mContext->getDiagnostics()->note(DiagMessage(dstValue->value->getSource())
246 if (!dstValue) {
248 dstValue = dstEntry->findOrCreateValue(srcValue->config, srcValue->product);
266 dstValue->value = std::move(newFileRef);
269 dstValue->value = std::unique_ptr<Value>(srcValue->value->clone(
  /external/skia/src/core/
SkBitmapProcState_sample.h 90 SkPMColor dstValue = RETURNDST(src);
91 sk_memset32(colors, dstValue, count);
  /external/deqp/framework/randomshaders/
rsgBuiltinFunctions.hpp 108 ExecValueAccess dstValue = m_value.getValue(m_inValueRange.getType());
113 ExecValueAccess dstComp = dstValue.component(elemNdx);

Completed in 439 milliseconds