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:fPixelGeometry
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkSurfaceProps.h
73
SkPixelGeometry pixelGeometry() const { return
fPixelGeometry
; }
in pixelGeometry()
80
return fFlags == that.fFlags &&
fPixelGeometry
== that.
fPixelGeometry
;
in operator ==()
89
SkPixelGeometry
fPixelGeometry
;
member in SkSurfaceProps
/third_party/skia/src/image/
H
A
D
SkSurface.cpp
26
SkSurfaceProps::SkSurfaceProps() : fFlags(0),
fPixelGeometry
(kUnknown_SkPixelGeometry) {}
in SkSurfaceProps()
29
: fFlags(flags),
fPixelGeometry
(pg)
in SkSurfaceProps()
/third_party/skia/src/core/
H
A
D
SkDevice.h
380
,
fPixelGeometry
(geo)
in CreateInfo()
387
const SkPixelGeometry
fPixelGeometry
;
member
H
A
D
SkBitmapDevice.cpp
305
const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.
fPixelGeometry
);
in onCreateDevice()
H
A
D
SkRemoteGlyphCache.cpp
796
const SkSurfaceProps surfaceProps(this->surfaceProps().flags(), cinfo.
fPixelGeometry
);
/third_party/skia/tools/viewer/
H
A
D
Viewer.h
130
bool
fPixelGeometry
= false;
member
H
A
D
Viewer.cpp
544
if (!fDisplayOverrides.fSurfaceProps.
fPixelGeometry
) {
in fPerspectiveMode()
545
fDisplayOverrides.fSurfaceProps.
fPixelGeometry
= true;
in fPerspectiveMode()
563
fDisplayOverrides.fSurfaceProps.
fPixelGeometry
= false;
in fPerspectiveMode()
1060
if (fDisplayOverrides.fSurfaceProps.
fPixelGeometry
) {
in updateTitle()
1972
if (fDisplayOverrides.fSurfaceProps.
fPixelGeometry
) {
in drawImGui()
1980
fDisplayOverrides.fSurfaceProps.
fPixelGeometry
= false;
in drawImGui()
1984
fDisplayOverrides.fSurfaceProps.
fPixelGeometry
= true;
in drawImGui()
/third_party/skia/src/gpu/text/
H
A
D
GrTextBlob.h
201
SkPixelGeometry
fPixelGeometry
;
member
H
A
D
GrTextBlob.cpp
1428
key.
fPixelGeometry
= pixelGeometry;
1478
if (
fPixelGeometry
!= that.
fPixelGeometry
) { return false; }
in operator ==()
/third_party/skia/src/gpu/v1/
H
A
D
Device.cpp
997
SkSurfaceProps props(this->surfaceProps().flags(), cinfo.
fPixelGeometry
);
in onCreateDevice()
Completed in 18 milliseconds