OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prevSrc
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/animator/
SkOperandIterpolator.cpp
83
const SkOperand*
prevSrc
= nextSrc - fElemCount;
87
values[i].fScalar = SkScalarInterp(
prevSrc
[i].fScalar, nextSrc[i].fScalar, T);
90
int32_t a =
prevSrc
[i].fS32;
95
memcpy(values,
prevSrc
, sizeof(SkOperand) * fElemCount);
/external/icu4c/common/
normalizer2impl.cpp
387
const UChar *
prevSrc
=src;
392
if(--src!=
prevSrc
) {
394
buffer->appendZeroCC(
prevSrc
, src, errorCode);
416
const UChar *
prevSrc
;
426
for(
prevSrc
=src; src!=limit;) {
440
if(
prevSrc
<src && U16_IS_LEAD(c2=*(src-1))) {
453
if(src!=
prevSrc
) {
455
if(!buffer->appendZeroCC(
prevSrc
, src, errorCode)) {
913
* When we back out from
prevSrc
back to prevBoundary,
916
* Therefore, at all times, the [prevBoundary..
prevSrc
[ source unit
[
all
...]
ustrtrns.c
[
all
...]
/external/skia/src/utils/
SkInterpolator.cpp
207
const SkScalar*
prevSrc
= nextSrc - fElemCount;
210
values[i] = SkScalarInterp(
prevSrc
[i], nextSrc[i], T);
Completed in 372 milliseconds