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:pixelGeometry
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/docs/examples/
H
A
D
Canvas_getProps.cpp
11
SkDebugf("isRGB:%d\n", SkPixelGeometryIsRGB(surfaceProps.
pixelGeometry
()));
in REG_FIDDLE()
15
SkDebugf("isRGB:%d\n", SkPixelGeometryIsRGB(surfaceProps.
pixelGeometry
()));
in REG_FIDDLE()
H
A
D
Surface_props.cpp
9
SkDebugf("surf.props(): k%s_SkPixelGeometry\n", names[surf->props().
pixelGeometry
()]);
in REG_FIDDLE()
/third_party/skia/include/core/
H
A
D
SkSurfaceProps.h
73
SkPixelGeometry
pixelGeometry
() const { return fPixelGeometry; }
in pixelGeometry()
function in SkSurfaceProps
/third_party/skia/include/c/
H
A
D
sk_types.h
69
sk_pixelgeometry_t
pixelGeometry
;
member
/third_party/skia/tools/viewer/
H
A
D
Viewer.cpp
398
displayParams.fSurfaceProps.
pixelGeometry
());
in fPerspectiveMode()
543
SkPixelGeometry defaultPixelGeometry = fDisplay.fSurfaceProps.
pixelGeometry
();
in fPerspectiveMode()
548
switch (params.fSurfaceProps.
pixelGeometry
()) {
in fPerspectiveMode()
632
params.fSurfaceProps = SkSurfaceProps(flags, params.fSurfaceProps.
pixelGeometry
());
in fPerspectiveMode()
1061
switch (params.fSurfaceProps.
pixelGeometry
()) {
in updateTitle()
1973
pixelGeometryIdx = params.fSurfaceProps.
pixelGeometry
() + 1;
in drawImGui()
1981
SkPixelGeometry
pixelGeometry
= fDisplay.fSurfaceProps.
pixelGeometry
();
in drawImGui()
local
1982
params.fSurfaceProps = SkSurfaceProps(flags,
pixelGeometry
);
in drawImGui()
1985
SkPixelGeometry
pixelGeometry
in drawImGui()
local
1999
SkPixelGeometry
pixelGeometry
= params.fSurfaceProps.
pixelGeometry
();
drawImGui()
local
[all...]
/third_party/skia/src/effects/imagefilters/
H
A
D
SkPictureImageFilter.cpp
111
SkASSERT(kUnknown_SkPixelGeometry == surf->props().
pixelGeometry
());
in onFilterImage()
/third_party/skia/gm/
H
A
D
dftext_blob_persp.cpp
72
inputProps.
pixelGeometry
());
H
A
D
textblobmixedsizes.cpp
117
inputProps.
pixelGeometry
());
H
A
D
surface.cpp
126
return a.flags() == b.flags() && a.
pixelGeometry
() == b.
pixelGeometry
();
in equal()
H
A
D
dftext.cpp
67
inputProps.
pixelGeometry
());
/third_party/skia/src/c/
H
A
D
sk_surface.cpp
374
if (props && !from_c_pixelgeometry(props->
pixelGeometry
, &geo)) {
in sk_surface_new_raster()
387
if (props && !from_c_pixelgeometry(props->
pixelGeometry
, &geo)) {
in sk_surface_new_raster_direct()
/third_party/skia/src/gpu/text/
H
A
D
GrTextBlob.cpp
1248
bool isBGR = SkPixelGeometryIsBGR(props.
pixelGeometry
());
in calculate_sdf_parameters()
1249
bool isLCD = useLCDText && SkPixelGeometryIsH(props.
pixelGeometry
());
in calculate_sdf_parameters()
1423
SkPixelGeometry
pixelGeometry
=
variable
1424
hasLCD ? surfaceProps.
pixelGeometry
() : kUnknown_SkPixelGeometry;
1428
key.fPixelGeometry =
pixelGeometry
;
/third_party/skia/src/core/
H
A
D
SkCanvas.cpp
413
SkASSERT(fProps.
pixelGeometry
() == device->surfaceProps().
pixelGeometry
());
in init()
1083
? fProps.
pixelGeometry
()
in internalSaveLayer()
H
A
D
SkScalerContext.cpp
1076
SkPixelGeometry geometry = surfaceProps.
pixelGeometry
();
in MakeRecAndEffects()
Completed in 19 milliseconds