Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SkSamplingPriv
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkMatrixImageFilter.cpp
14
#include "src/core/
SkSamplingPriv
.h"
49
return
SkSamplingPriv
::FromFQ(buffer.read32LE(kLast_SkLegacyFQ), kLinear_SkMediumAs);
in CreateProc()
51
return
SkSamplingPriv
::Read(buffer);
in CreateProc()
60
SkSamplingPriv
::Write(buffer, fSampling);
in flatten()
H
A
D
SkSamplingPriv.h
33
class
SkSamplingPriv
{
class
H
A
D
SkPictureRecord.cpp
17
#include "src/core/
SkSamplingPriv
.h"
532
size_t size = 3 * kUInt32Size + 2 * sizeof(SkScalar) +
SkSamplingPriv
::kFlatSize;
in onDrawImage2()
546
size_t size = 3 * kUInt32Size + 2 * sizeof(dst) +
SkSamplingPriv
::kFlatSize + kUInt32Size;
in onDrawImageRect2()
682
size +=
SkSamplingPriv
::kFlatSize;
in onDrawAtlas2()
778
SkSamplingPriv
::kFlatSize;
in onDrawEdgeAAImageSet2()
H
A
D
SkMatrix.cpp
1645
#include "src/core/
SkSamplingPriv
.h"
1649
if (!
SkSamplingPriv
::NoChangeWithIdentityMatrix(sampling)) {
in SkTreatAsSprite()
/third_party/skia/src/effects/imagefilters/
H
A
D
SkImageImageFilter.cpp
14
#include "src/core/
SkSamplingPriv
.h"
77
sampling =
SkSamplingPriv
::FromFQ(buffer.checkFilterQuality(), kLinear_SkMediumAs);
in CreateProc()
95
SkSamplingPriv
::Write(buffer, fSampling);
in flatten()
/third_party/skia/tests/
H
A
D
SamplingTest.cpp
11
#include "src/core/
SkSamplingPriv
.h"
35
REPORTER_ASSERT(r,
SkSamplingPriv
::NoChangeWithIdentityMatrix(sampling) == expect_same);
in DEF_TEST()
/third_party/skia/src/image/
H
A
D
SkImage.cpp
726
#include "src/core/
SkSamplingPriv
.h"
729
SkSamplingOptions
SkSamplingPriv
::FromFQ(SkLegacyFQ fq, SkMediumAs behavior) {
in FromFQ()
745
SkSamplingOptions
SkSamplingPriv
::Read(SkReadBuffer& buffer) {
in Read()
757
void
SkSamplingPriv
::Write(SkWriteBuffer& buffer, const SkSamplingOptions& sampling) {
in Write()
/third_party/skia/src/shaders/
H
A
D
SkImageShader.cpp
19
#include "src/core/
SkSamplingPriv
.h"
114
sampling =
SkSamplingPriv
::Read(buffer);
in CreateProc()
131
SkSamplingPriv
::Write(buffer, fSampling);
in flatten()
Completed in 10 milliseconds