OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthis
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/tests/
DummyRecorder.h
44
static void *threadWrapper(void *
pthis
);
DummyRecorder.cpp
29
void *DummyRecorder::threadWrapper(void *
pthis
) {
30
ALOGV("ThreadWrapper: %p",
pthis
);
31
DummyRecorder *writer = static_cast<DummyRecorder *>(
pthis
);
/external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py
591
pthis
= coords[j]
594
plast = ((
pthis
[0]+plast[0])/2, (
pthis
[1]+plast[1])/2)
597
pnext = ((
pthis
[0]+pnext[0])/2, (
pthis
[1]+pnext[1])/2)
598
bbox = calcQuadraticBounds(plast,
pthis
, pnext)
Completed in 202 milliseconds