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:angleType
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkStrokerPriv.cpp
104
AngleType
angleType
= Dot2AngleType(dotProd);
in RoundJoiner()
local
106
if (
angleType
== kNearlyLine_AngleType)
in RoundJoiner()
143
AngleType
angleType
= Dot2AngleType(dotProd);
in MiterJoiner()
local
150
if (
angleType
== kNearlyLine_AngleType) {
in MiterJoiner()
153
if (
angleType
== kNearly180_AngleType) {
in MiterJoiner()
192
if (
angleType
== kSharp_AngleType) {
in MiterJoiner()
/third_party/glfw/src/
H
A
D
init.c
53
.
angleType
= GLFW_ANGLE_PLATFORM_TYPE_NONE,
448
_glfwInitHints.
angleType
= value;
in glfwInitHint()
H
A
D
win32_window.c
2474
if (_glfw.hints.init.
angleType
== GLFW_ANGLE_PLATFORM_TYPE_OPENGL)
in _glfwGetEGLPlatformWin32()
2476
else if (_glfw.hints.init.
angleType
== GLFW_ANGLE_PLATFORM_TYPE_OPENGLES)
in _glfwGetEGLPlatformWin32()
2482
if (_glfw.hints.init.
angleType
== GLFW_ANGLE_PLATFORM_TYPE_D3D9)
in _glfwGetEGLPlatformWin32()
2484
else if (_glfw.hints.init.
angleType
== GLFW_ANGLE_PLATFORM_TYPE_D3D11)
in _glfwGetEGLPlatformWin32()
2490
if (_glfw.hints.init.
angleType
== GLFW_ANGLE_PLATFORM_TYPE_VULKAN)
in _glfwGetEGLPlatformWin32()
H
A
D
internal.h
378
int
angleType
;
member
H
A
D
x11_window.c
3095
if (_glfw.hints.init.
angleType
== GLFW_ANGLE_PLATFORM_TYPE_OPENGL)
in _glfwGetEGLPlatformX11()
3101
if (_glfw.hints.init.
angleType
== GLFW_ANGLE_PLATFORM_TYPE_VULKAN)
in _glfwGetEGLPlatformX11()
Completed in 12 milliseconds