OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempSrcII
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrContextPriv.cpp
634
auto
tempSrcII
= SkImageInfo::Make(width, height, dstSkColorType, kPremul_SkAlphaType,
636
auto size =
tempSrcII
.computeMinByteSize();
641
SkPixmap tempSrc(
tempSrcII
, tempBuffer.get(),
tempSrcII
.minRowBytes());
[
all
...]
/external/skqp/src/gpu/
GrContext.cpp
539
auto
tempSrcII
= SkImageInfo::Make(width, height, dstSkColorType, kPremul_SkAlphaType,
541
auto size =
tempSrcII
.computeMinByteSize();
546
SkPixmap tempSrc(
tempSrcII
, tempBuffer.get(),
tempSrcII
.minRowBytes());
[
all
...]
Completed in 7294 milliseconds