OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_advances
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
GlyphBuffer.h
80
m_advances
.clear();
87
GlyphBufferAdvance* advances(int from) { return
m_advances
.data() + from; }
89
const GlyphBufferAdvance* advances(int from) const { return
m_advances
.data() + from; }
103
GlyphBufferAdvance s =
m_advances
[index1];
104
m_advances
[index1] =
m_advances
[index2];
105
m_advances
[index2] = s;
126
return
m_advances
[index].width;
128
return
m_advances
[index];
130
return
m_advances
[index].width()
207
Vector<GlyphBufferAdvance, 2048>
m_advances
;
member in class:WebCore::GlyphBuffer
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp
68
m_advances
= CTRunGetAdvancesPtr(ctRun);
69
if (!
m_advances
) {
72
m_advances
= m_advancesVector.data();
103
m_advances
= m_advancesVector.data();
ComplexTextController.h
97
const CGSize* advances() const { return
m_advances
; }
136
const CGSize*
m_advances
;
member in class:WebCore::ComplexTextController::ComplexTextRun
ComplexTextControllerATSUI.cpp
92
complexTextRun->
m_advances
= complexTextRun->m_advancesVector.data();
247
m_advances
= m_advancesVector.data();
Completed in 1664 milliseconds